diff options
author | Bill Haneman <billh@src.gnome.org> | 2006-01-19 13:14:33 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2006-01-19 13:14:33 +0000 |
commit | 14184af1ae2ac6d9513a245efc3de5b595dd7072 (patch) | |
tree | 9f82da58953ccc483d40ce58ae1b9db10b69dd04 /configure.in | |
parent | a6fd62a33eec7dca9fdb401ccf5ea54cb55e8f7e (diff) |
Require automake 1.9.GNOME_MAG_0_12_3
Rev to 0.12.3
Improve IDL docs and make them doxygen-compatible.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2a4d0df..3eb5956 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ 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=2 +GNOME_MAG_REVISION=3 GNOME_MAG_MICRO_VERSION=$GNOME_MAG_REVISION dnl increment if any interfaces have been added; set to 0 |