[Groonga-commit] groonga/groonga [master] Read version from file

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 21日 (水) 11:05:47 JST


Kouhei Sutou	2012-03-21 11:05:47 +0900 (Wed, 21 Mar 2012)

  New Revision: 62c4d4fd3e53af06242fd339280727822a54564b

  Log:
    Read version from file

  Added files:
    version
  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2012-03-21 10:37:43 +0900 (e03c84e)
+++ configure.ac    2012-03-21 11:05:47 +0900 (51f0a28)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([groonga],[2.0.1],[groon****@razil*****])
+AC_INIT([groonga],[m4_include(version)],[groon****@razil*****])
 AM_CONFIG_HEADER(config.h)
 
 AM_INIT_AUTOMAKE(tar-pax)

  Added: version (+1 -0) 100644
===================================================================
--- /dev/null
+++ version    2012-03-21 11:05:47 +0900 (38f77a6)
@@ -0,0 +1 @@
+2.0.1




Groonga-commit メーリングリストの案内
Back to archive index