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
491e17ba
Unverified
Commit
491e17ba
authored
Jan 08, 2022
by
Maxi Wolff
Browse files
[core] Bump version to 0.200.14 and add depreciation message
parent
297b2312
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.org
View file @
491e17ba
*
Release
0.200
.
x
**
0.200.14
(
2022
/
01
/
08
)
***
Fixes
-
Small
bug
fixes
-
Depreciate
curated
releases
**
0.200.13
(
2018
/
01
/
25
)
***
Fixes
-
Remove
=
ess
-
R
-
object
-
popup
=
from
=
ess
=
layer
(
thanks
to
NGaffney
)
...
...
core/core-spacemacs-buffer.el
View file @
491e17ba
...
...
@@ -13,7 +13,7 @@
;;
;;; Code:
(
defconst
spacemacs-buffer-version-info
"0.200.1
3
"
(
defconst
spacemacs-buffer-version-info
"0.200.1
4
"
"Current version used to display addition release information."
)
(
defconst
spacemacs-buffer-name
"*spacemacs*"
...
...
core/info/release-notes/0.200.14.txt
0 → 100644
View file @
491e17ba
╭───────────────────────────────────────────────────────────╮
VERSION 0.200.14 (deprecated)
╰───────────────────────────────────────────────────────────╯
This is version 0.200.14 of the currently unmaintained master branch. The master
branch is using curated version of packages for increased stability.
However this approach proofed to be very work intensive and we have therefore
stopped supplying those versions for now.
As these packages are not longer updated you should consider migrating to the
maintained "develop" branch.
init.el
View file @
491e17ba
...
...
@@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(
setq
gc-cons-threshold
100000000
)
(
defconst
spacemacs-version
"0.200.1
3
"
"Spacemacs version."
)
(
defconst
spacemacs-version
"0.200.1
4
"
"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