Skip to content

Commit

Permalink
Bump version to 0.104.3 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 2, 2015
1 parent 653b164 commit 5dee44c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
* Release 0.104.x
** 0.104.3 (2015/11/01)
*** Layer changes
**** Evil-snipe
- Update =evil-snipe= minor mode name to match latest release of
the package (thanks to person808)
**** Haskell
- Remove indentation guides to comply with latest =haskell-mode=
(thanks to PierreR)
** 0.104.2 (2015/09/29)
*** Hotfixes
- Fix error =void-variable warning-minimum-level= on Emacs 24.3
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.2" "Spacemacs version.")
(defconst spacemacs-version "0.104.3" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")

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

0 comments on commit 5dee44c

Please sign in to comment.