diff options
author | Carl Worth <cworth@cworth.org> | 2006-08-18 17:36:42 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-08-18 17:36:42 -0700 |
commit | fadde879fbf8547aaa55e80d21611e7674cd5f8f (patch) | |
tree | 560de6e2fa094c07e544305dcbb5fb79dd4f3d16 | |
parent | 43a25b818749d31268a60e2fcdaa11a73e41f7fd (diff) |
Update version to 1.2.4 and libtool version to 11:2:9.
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a691bcc7..56874d79 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_PREREQ(2.54) # An even micro number indicates a released version. m4_define(cairo_version_major, 1) m4_define(cairo_version_minor, 2) -m4_define(cairo_version_micro, 3) +m4_define(cairo_version_micro, 4) AC_INIT([cairo], cairo_version_major.cairo_version_minor.cairo_version_micro, @@ -23,7 +23,7 @@ LT_CURRENT=11 # Increment any time the source changes; set to # 0 if you increment CURRENT -LT_REVISION=1 +LT_REVISION=2 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |