• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

Mercurial Queues Emulation for Git


コミットメタ情報

リビジョンb3219305260253089bfa829d184d090c3041e12f (tree)
日時2022-02-24 20:19:29
作者Keith Marshall <keith@user...>
コミッターKeith Marshall

ログメッセージ

Publish 3rd v1.0 release candidate.

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

変更サマリ

差分

--- 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-2020, MinGW.org Project
9+# Copyright (C) 2018-20202 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-2])
33+ AC_INIT([git-mq],[1.0-rc-3])
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.