unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob e422b22e4322e7cd782b616755751cb10987b39f 962 bytes (raw)
name: admin/notes/versioning 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
GNU EMACS VERSIONING                                   -*- org -*-

Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00872.html

Emacs version numbers have the form

  major.minor[.devel].build

"build" increments each time Emacs is built in the same location
(without cleaning) and isn't really part of the version.

bugfix releases increase "minor" by 1.
non-bugfix releases increase "major" by 1, and reset "minor" to 1.
(The division between bugfix and non-bugfix has not always been clear
historically.)

Unreleased (development) versions have an extra "devel" component.
This is a fairly meaningless number that may be unchanged for a long time.
It is normally 50.
When the release process starts, it changes to 90, 91, ...
When the actual release is made, this component is removed.

The development version for a new major release has "minor" = 0.
The development version for a new minor release has "minor" = that of
the previous release.


debug log:

solving e422b22 ...
found e422b22 in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).