gir-repository r113 - trunk



Author: johan
Date: Sun Oct 12 04:31:40 2008
New Revision: 113
URL: http://svn.gnome.org/viewvc/gir-repository?rev=113&view=rev

Log:
2008-10-12  Johan Dahlin  <johan gnome org>

    * configure.ac: Add m4 defines for the version



Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Oct 12 04:31:40 2008
@@ -1,8 +1,15 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
+dnl the gr version number
+m4_define(gr_major_version, 0)
+m4_define(gr_minor_version, 5)
+m4_define(gr_micro_version, 0)
+m4_define(gr_version, gr_major_version.gr_minor_version.gr_micro_version)
+
 AC_PREREQ(2.59)
-AC_INIT(gir-repository, 0.1.0, http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection)
+AC_INIT(gir-repository, gr_version, 
+        http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection)
 AM_INIT_AUTOMAKE([-Wno-portability])
 AM_MAINTAINER_MODE
 AC_PROG_LIBTOOL



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]