Skip to content

Commit 50ec30b

Browse files
committed
Bump version to 0.104.6 and update change log
1 parent 1d034c8 commit 50ec30b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
* Release 0.104.x
2+
** 0.104.6 (2015/11/27)
3+
*** Hotfix
4+
- Fix void variable error =smartparens-strict-mode= (thanks to TheBB)
25
** 0.104.5 (2015/11/22)
36
*** Distribution layer changes
47
**** Spacemacs

init.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;; (package-initialize)
1515

1616
(setq gc-cons-threshold 100000000)
17-
(defconst spacemacs-version "0.104.5" "Spacemacs version.")
17+
(defconst spacemacs-version "0.104.6" "Spacemacs version.")
1818
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")
1919

2020
(defun spacemacs/emacs-version-ok ()

0 commit comments

Comments
 (0)