Mercurial Queues Emulation for Git
修訂 | 74ca1157150838d9187fcb2984e8296228620e71 (tree) |
---|---|
時間 | 2020-01-08 00:22:55 |
作者 | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Publish 2nd v1.0 release candidate.
* configure.ac (AC_INIT): Update version number.
* All files (v1.0-rc-2): Tag assigned.
@@ -6,7 +6,7 @@ | ||
6 | 6 | # $Id$ |
7 | 7 | # |
8 | 8 | # Written by Keith Marshall <keith@users.osdn.me> |
9 | -# Copyright (C) 2018, 2019, MinGW.org Project | |
9 | +# Copyright (C) 2018-2020, MinGW.org Project | |
10 | 10 | # |
11 | 11 | # ------------------------------------------------------------------------------ |
12 | 12 | # |
@@ -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-1]) | |
33 | + AC_INIT([git-mq],[1.0-rc-2]) | |
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. |