• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

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

Revisión34ed6fe5b6cf04c6de426faa0a37d67b0b7d96b7 (tree)
Tiempo2019-06-30 23:23:49
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Publish 1st v1.0 release candidate.

* configure.ac (AC_INIT): Update version number.

Cambiar Resumen

Diferencia incremental

--- 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],[0.1.0])
33+ AC_INIT([git-mq],[1.0-rc-1])
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.