diff options
author | Carl Worth <cworth@cworth.org> | 2007-11-26 22:31:32 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-11-26 22:31:32 -0800 |
commit | 442fa9a106b01f17699397dcc95298071a50fd6d (patch) | |
tree | 5c0ef79dcc4b4d87ce065ed8816189965fb3931f | |
parent | b28c7a90fce099cc6e8879ba05358f6389948975 (diff) |
Increment version to 1.4.12 and 13:6:111.4.12
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 515b06e6..2cda71e8 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl An odd micro number indicates in-progress development, (eg. from git/cvs) dnl An even micro number indicates a released version. m4_define(cairo_version_major, 1) m4_define(cairo_version_minor, 4) -m4_define(cairo_version_micro, 11) +m4_define(cairo_version_micro, 12) AC_INIT([cairo], cairo_version_major.cairo_version_minor.cairo_version_micro, @@ -26,7 +26,7 @@ LT_CURRENT=13 # Increment any time the source changes; set to # 0 if you increment CURRENT -LT_REVISION=5 +LT_REVISION=6 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |