diff options
author | Vincent Untz <vuntz@gnome.org> | 2011-02-02 01:52:33 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2011-02-02 01:52:33 +0100 |
commit | fbcee5bba5591908b2b61a7105fbfcc90860424d (patch) | |
tree | 9ee14f408e9c78a48abd42f7d940fe3243e1e595 /configure.ac | |
parent | 64c6695e37bbd4dba46c7e10077454b9a2c3e9cf (diff) | |
download | gnome-desktop-fbcee5bba5591908b2b61a7105fbfcc90860424d.tar.gz |
release: 2.91.6.12.91.6.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a9a9e2f0..5e74aa48 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ m4_define(gnome_platform, 2) m4_define(gnome_minor, 91) -m4_define(gnome_micro, 7) +m4_define(gnome_micro, 6) dnl gnome_sub is an optional sub-version which will not be advertised to the user dnl It allows to release a 2.30.1.1 which is just a better 2.30.1 dnl Leave empty if not needed -m4_define(gnome_sub, ) +m4_define(gnome_sub, 1) m4_define(gnome_version, [gnome_platform.gnome_minor.gnome_micro]m4_ifval(gnome_sub, .gnome_sub)), @@ -30,7 +30,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}") # change to C+1:0:0 # - If the interface is the same as the previous version, change to C:R+1:A -LT_VERSION=0:4:0 +LT_VERSION=0:5:0 AC_SUBST(LT_VERSION) AM_MAINTAINER_MODE |