mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
refactor: correct version variables
These two variables have been the wrong way around for a while. In preparation for splitting Doom into separate repos (its core and module libraries), I've corrected them. doom-modules-version is a placeholder and will be removed later. I've also settled on -dev suffix for inter-release versions of Doom, rather than alpha.
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
"An Emacs framework for the stubborn martian hacker."
|
||||
:link '(url-link "https://doomemacs.org"))
|
||||
|
||||
(defconst doom-version "21.12.0-alpha"
|
||||
"Current version of Doom Emacs.")
|
||||
|
||||
(defconst doom-core-version "3.0.0-alpha"
|
||||
(defconst doom-version "3.0.0-dev"
|
||||
"Current version of Doom Emacs core.")
|
||||
|
||||
(defconst doom-modules-version "22.03.0-dev"
|
||||
"Current version of Doom Emacs.")
|
||||
|
||||
(defvar doom-debug-p (or (getenv-internal "DEBUG") init-file-debug)
|
||||
"If non-nil, Doom will log more.
|
||||
|
||||
|
Reference in New Issue
Block a user