Skip to content

Commit 65f148b

Browse files
committed
Bump version to 0.200.12
1 parent 0d69757 commit 65f148b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.org

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
* Release 0.200.x
2+
** 0.200.12 (2018/01/23)
3+
*** Fixes
4+
- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)
25
** 0.200.11 (2018/01/22)
36
*** Fixes
47
- Fix =helm= display function (thanks to jackkamm)

core/info/release-notes/0.200.11.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
HOT FIX RELEASE
22

3+
- Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)
34
- Fix =helm= display function (thanks to jackkamm)
45
- Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
56
- Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)

init.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
;; lower value in your dotfile (function `dotspacemacs/user-config')
1717
(setq gc-cons-threshold 100000000)
1818

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

2222
(if (not (version<= spacemacs-emacs-min-version emacs-version))

0 commit comments

Comments
 (0)