Skip to content

Commit

Permalink
Bump version to 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kickingvegas committed Oct 1, 2024
1 parent 374ceaf commit fa4a1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lisp/casual-calc-version.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

;;; Code:

(defconst casual-calc-version "1.11.4-rc.2"
(defconst casual-calc-version "1.11.4"
"Casual Version.")

(defun casual-calc-version ()
Expand Down
2 changes: 1 addition & 1 deletion lisp/casual-calc.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Charles Choi <[email protected]>
;; URL: https://github.com/kickingvegas/casual-calc
;; Keywords: tools
;; Version: 1.11.4-rc.2
;; Version: 1.11.4
;; Package-Requires: ((emacs "29.1") (casual-lib "1.1.0"))

;; This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit fa4a1bf

Please sign in to comment.