dev: change version suffix from *-dev to *-pre
Emacs' version library (e.g. version-to-list) understands a number of suffixes (see version-regexp-alist), but -dev is not one of them. Rather than break compatibility (or impose a new, non-portable value onto version-regexp-alist), I think it's best we adopt -pre instead. I could've chosen -rc, -alpha, -beta, or -git, but I don't think any of these accurately represent Doom's current state yet (and I don't want to lock its versioning to git).
This commit is contained in:
parent
b183a0835d
commit
3d6e0311b9
1 changed files with 2 additions and 2 deletions
|
@ -141,11 +141,11 @@
|
|||
"An Emacs framework for the stubborn martian hacker."
|
||||
:link '(url-link "https://doomemacs.org"))
|
||||
|
||||
(defconst doom-version "3.0.0-dev"
|
||||
(defconst doom-version "3.0.0-pre"
|
||||
"Current version of Doom Emacs core.")
|
||||
|
||||
;; DEPRECATED: Remove these when the modules are moved out of core.
|
||||
(defconst doom-modules-version "22.09.0-dev"
|
||||
(defconst doom-modules-version "22.09.0-pre"
|
||||
"Current version of Doom Emacs.")
|
||||
|
||||
(defconst doom-profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue