Skip to content

Commit

Permalink
Update changelog and bump version to 0.200.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Oct 14, 2016
1 parent 2db6439 commit 7bdde17
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.200.x
** 0.200.2 (2016/10/14)
*** Fixes
- Fix compatibility with the =xterm-color= package (thanks to bixuanzju)
** 0.200.1 (2016/10/09)
*** Fixes
- Restore missing support for custom Evil ex command key via the new
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
;; increase gc-cons-threshold during init
(setq gc-cons-threshold 100000000)

(defconst spacemacs-version "0.200.1" "Spacemacs version.")
(defconst spacemacs-version "0.200.2" "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 7bdde17

Please sign in to comment.