diff options
author | Carl Worth <cworth@cworth.org> | 2008-04-11 14:33:12 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-04-11 14:33:12 -0700 |
commit | 08a804806355d99d7968976d6afb98bbc0f2613d (patch) | |
tree | b98e948f36099d5ac4ffc24f62750927608b1a51 | |
parent | a96176e12fa99b293453fa0321b1dfa4fd242917 (diff) |
Increment version to 1.6.41.6.4
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 065ff3103..685a5f14d 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, 3) +m4_define(cairo_version_micro, 4) 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=4 +LT_REVISION=5 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |