Mercurial Queues Emulation for Git
Revisión | 1a53f0d998b3fb0ed2b9ba877996ad57a22b9783 (tree) |
---|---|
Tiempo | 2022-03-31 22:05:16 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Promote git-mq-1.0-rc-3 to final release status,
* configure.ac (AC_INIT): Set version number to 1.0
* All files (v1.0-final): Tag assigned; excepting copyright
assignment corrections, none are changed from v1.0-rc-3.
@@ -30,7 +30,7 @@ | ||
30 | 30 | # This effectively serves little purpose, beyond setting up the package name |
31 | 31 | # and version, which are required for installation and distribution. |
32 | 32 | # |
33 | - AC_INIT([git-mq],[1.0-rc-3]) | |
33 | + AC_INIT([git-mq],[1.0]) | |
34 | 34 | |
35 | 35 | # This is also a convenient place to identify the commands which will be used |
36 | 36 | # to create package installation directories, and install the package files. |