diff options
author | Bill Haneman <billh@src.gnome.org> | 2005-03-08 12:51:06 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2005-03-08 12:51:06 +0000 |
commit | 68a17da8cb5b0ddb8643427aa36bf98a69d7506e (patch) | |
tree | 7b4d433f8f81f083454d60f2154593889362d9f6 /configure.in | |
parent | 710f0ee56b27da0e3cd69659c3c405e798ae7863 (diff) |
Revved to 0.12.0, for gnome 2.10.0.GNOME_MAG_0_12_0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 715fb8a..b08b11e 100644 --- a/configure.in +++ b/configure.in @@ -12,14 +12,14 @@ AC_INIT(magnifier/magnifier.c) dnl libtool versioning from libgnome GNOME_MAG_MAJOR_VERSION=0 -GNOME_MAG_MINOR_VERSION=11 -GNOME_MAG_INTERFACE_AGE=9 +GNOME_MAG_MINOR_VERSION=12 +GNOME_MAG_INTERFACE_AGE=10 dnl below should change if the interface has additions, changes, removals. GNOME_MAG_CURRENT=`expr $GNOME_MAG_MINOR_VERSION - $GNOME_MAG_INTERFACE_AGE` dnl increment any time the source you release changes; set to dnl 0 if you increment CURRENT -GNOME_MAG_REVISION=14 +GNOME_MAG_REVISION=0 GNOME_MAG_MICRO_VERSION=$GNOME_MAG_REVISION dnl increment if any interfaces have been added; set to 0 |