• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Mercurial Queues Emulation for Git


Commit MetaInfo

修訂74ca1157150838d9187fcb2984e8296228620e71 (tree)
時間2020-01-08 00:22:55
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Publish 2nd v1.0 release candidate.

* configure.ac (AC_INIT): Update version number.
* All files (v1.0-rc-2): Tag assigned.

Change Summary

差異

--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
66 # $Id$
77 #
88 # Written by Keith Marshall <keith@users.osdn.me>
9-# Copyright (C) 2018, 2019, MinGW.org Project
9+# Copyright (C) 2018-2020, MinGW.org Project
1010 #
1111 # ------------------------------------------------------------------------------
1212 #
@@ -30,7 +30,7 @@
3030 # This effectively serves little purpose, beyond setting up the package name
3131 # and version, which are required for installation and distribution.
3232 #
33- AC_INIT([git-mq],[1.0-rc-1])
33+ AC_INIT([git-mq],[1.0-rc-2])
3434
3535 # This is also a convenient place to identify the commands which will be used
3636 # to create package installation directories, and install the package files.