Skip to content

Commit

Permalink
Bump version to 0.104.5 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 23, 2015
1 parent 3eb600f commit c0de218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
* Release 0.104.x
** 0.104.5 (2015/11/22)
*** Distribution layer changes
**** Spacemacs
- Use version 7.1 of =evil-lisp-state=, the version 8 is supported
in version 105 of Spacemacs only.
** 0.104.4 (2015/11/04)
*** Layer changes
**** Scala
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
;; (package-initialize)

(setq gc-cons-threshold 100000000)
(defconst spacemacs-version "0.104.4" "Spacemacs version.")
(defconst spacemacs-version "0.104.5" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")

(defun spacemacs/emacs-version-ok ()
Expand Down

0 comments on commit c0de218

Please sign in to comment.