diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-15 23:42:23 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-15 23:42:23 +0000 |
commit | aa1715a85bc2f16d5398a83b73ec83a515d608a3 (patch) | |
tree | be37109e1347cdb2343dead6291d6c65ad4b4dc4 /configure.in | |
parent | 66a228fb7c07fe8e00a705a414813dd0ec0322c9 (diff) | |
download | gtk+-aa1715a85bc2f16d5398a83b73ec83a515d608a3.tar.gz |
Hard-code GTK_BINARY_VERSION=2.2.0 for now; should stay the same until we
Sun Dec 15 18:39:09 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for
now; should stay the same until we branch for 2.3.
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 b80fe270e0..98abc61031 100644 --- a/configure.in +++ b/configure.in @@ -71,7 +71,7 @@ AC_SUBST(LT_CURRENT_MINUS_AGE) # locations. (Should this be backwards-compat instead?) # #GTK_BINARY_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$LT_CURRENT -GTK_BINARY_VERSION=$GTK_MAJOR_VERSION.0.$LT_CURRENT +GTK_BINARY_VERSION=2.2.0 AC_SUBST(GTK_BINARY_VERSION) # |