Skip to content

Commit

Permalink
Bump version to 0.200.12
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 24, 2018
1 parent 0d69757 commit 65f148b
Show file tree
Hide file tree
Showing 3 changed files with 5 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.200.x
** 0.200.12 (2018/01/23)
*** Fixes
- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)
** 0.200.11 (2018/01/22)
*** Fixes
- Fix =helm= display function (thanks to jackkamm)
Expand Down
1 change: 1 addition & 0 deletions core/info/release-notes/0.200.11.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
HOT FIX RELEASE

- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)
- Fix =helm= display function (thanks to jackkamm)
- Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
- Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(setq gc-cons-threshold 100000000)

(defconst spacemacs-version "0.200.11" "Spacemacs version.")
(defconst spacemacs-version "0.200.12" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.")

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

0 comments on commit 65f148b

Please sign in to comment.