diff options
author | Carl Worth <cworth@cworth.org> | 2008-04-06 03:11:04 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-04-06 03:11:04 -0700 |
commit | 6d6c8aa643603c2b5fd7baedc897d4698ba8bafb (patch) | |
tree | 2e11f0f974e5fb184f0e03b920f34a767f0a42f4 | |
parent | 44cd51ada62f831e4fddd363797b3ad4568fb443 (diff) |
Increment cairo version to 1.5.18 and library versioning to 19:1:171.5.18
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 97bee950..bd2c87da 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, 5) -m4_define(cairo_version_micro, 17) +m4_define(cairo_version_micro, 18) 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=0 +LT_REVISION=1 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |