Skip to content

Commit

Permalink
Bump version to 0.105.16 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Apr 1, 2016
1 parent b4844e7 commit cf8563b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* Release 0.105.x
** 0.105.16 (2016/04/01)
- Add FAQ entry about HTTPS issues (thanks to TheBB)
- Add startup list to Zemacs home buffer.
** 0.105.15 (2016/04/01)
*** Improvements
- Emacs to THE MAX! Release of Zemacs!
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; (package-initialize)

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

(if (not (version<= spacemacs-emacs-min-version emacs-version))
Expand Down

0 comments on commit cf8563b

Please sign in to comment.