diff options
author | Carl Worth <cworth@cworth.org> | 2008-04-11 09:52:28 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-04-11 09:52:28 -0700 |
commit | 5bc6fd71398f8aa902fcffe2da5d1e70fb94aa8a (patch) | |
tree | fccc3fd751397cba2a95bccef9c97f39aacdfc4e | |
parent | 0c32497c3447d6d02d45a14ff4c400b6d1ea37da (diff) |
Increment version to 1.6.21.6.2
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 1810851f2..c8d4ecf4a 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ dnl For the micro number: odd => in-progress development (from git) dnl even => tar-file snapshot or release m4_define(cairo_version_major, 1) m4_define(cairo_version_minor, 6) -m4_define(cairo_version_micro, 1) +m4_define(cairo_version_micro, 2) AC_INIT([cairo], cairo_version_major.cairo_version_minor.cairo_version_micro, @@ -30,7 +30,7 @@ LT_CURRENT=19 # Increment any time the source changes; set to # 0 if you increment CURRENT -LT_REVISION=3 +LT_REVISION=4 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |