• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

Mercurial Queues Emulation for Git


コミットメタ情報

リビジョン1a53f0d998b3fb0ed2b9ba877996ad57a22b9783 (tree)
日時2022-03-31 22:05:16
作者Keith Marshall <keith@user...>
コミッター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.

変更サマリ

差分

--- a/configure.ac
+++ b/configure.ac
@@ -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-3])
33+ AC_INIT([git-mq],[1.0])
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.