Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
KMSCAKKSCFKA AKFACAMADCAS
spacemacs
Commits
65f148b1
Commit
65f148b1
authored
Jan 24, 2018
by
syl20bnr
Browse files
Bump version to 0.200.12
parent
0d69757a
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.org
View file @
65f148b1
*
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
)
...
...
core/info/release-notes/0.200.11.txt
View file @
65f148b1
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)
...
...
init.el
View file @
65f148b1
...
...
@@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(
setq
gc-cons-threshold
100000000
)
(
defconst
spacemacs-version
"0.200.1
1
"
"Spacemacs version."
)
(
defconst
spacemacs-version
"0.200.1
2
"
"Spacemacs version."
)
(
defconst
spacemacs-emacs-min-version
"24.4"
"Minimal version of Emacs."
)
(
if
(
not
(
version<=
spacemacs-emacs-min-version
emacs-version
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment