Mercurial Queues Emulation for Git
Revisión | 34ed6fe5b6cf04c6de426faa0a37d67b0b7d96b7 (tree) |
---|---|
Tiempo | 2019-06-30 23:23:49 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Publish 1st v1.0 release candidate.
* configure.ac (AC_INIT): Update version number.
@@ -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],[0.1.0]) | |
33 | + AC_INIT([git-mq],[1.0-rc-1]) | |
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. |