[core] Set version to 0.999 and report rolling release schedule

As we no longer support master releases directly
I think it is important to get rid of this outdated
"almost released" message at startup.
This commit is contained in:
Maxi Wolff 2022-01-08 16:01:44 +01:00
parent 94a6811682
commit 964f4c5af3
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
5 changed files with 31 additions and 12 deletions

View File

@ -25,7 +25,7 @@
;;
;;; Code:
(defconst spacemacs-buffer-version-info "0.300"
(defconst spacemacs-buffer-version-info "0.999"
"Current version used to display addition release information.")
(defconst spacemacs-buffer-name "*spacemacs*"
@ -853,16 +853,9 @@ REAL-WIDTH: the real width of the line. If the line contains an image, the size
(line-beginning-position))))
(spacemacs-buffer//center-line)
(setq spacemacs-buffer--buttons-position (- (line-end-position)
(line-beginning-position)
len)))
(line-beginning-position)
len)))
(insert "\n")
(widget-create 'push-button
:help-echo "Update Spacemacs core and layers."
:action (lambda (&rest ignore) (spacemacs/switch-to-version))
:mouse-face 'highlight
:follow-link "\C-m"
(propertize "Update Spacemacs" 'face 'font-lock-keyword-face))
(insert " ")
(widget-create 'push-button
:help-echo "Update all ELPA packages to the latest versions."
:action (lambda (&rest ignore)

View File

@ -24,7 +24,7 @@
;;
;; Define Spacemacs version and minimum supported Emacs version.
(defconst spacemacs-version "0.300.0" "Spacemacs version.")
(defconst spacemacs-version "0.999.0" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "27.1" "Minimal version of Emacs.")
(provide 'core-versions)

View File

@ -0,0 +1,14 @@
╭───────────────────────────────────────────────────────────╮
VERSION 0.200.11 (deprecated)
╰───────────────────────────────────────────────────────────╯
This is version 0.200.11 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.

View File

@ -1,6 +1,6 @@
╭───────────────────────────────────────────────────────────╮
VERSION 0.300 IS ALMOST OUT!
VERSION 0.300 (deprecated)
╰───────────────────────────────────────────────────────────╯

View File

@ -0,0 +1,12 @@
╭───────────────────────────────────────────────────────────╮
This is the current rolling release
╰───────────────────────────────────────────────────────────╯
This is the current live branch of Spacemacs (develop) on this branch we do
not longer provide curated versions of packages but instead follow a rolling
release schedule. Version upgrades are done by just pulling the git repo.
After each pull its is adviced to also upgrade your emacs packages to avoid
compatibility issues.