diff options
author | Carl Worth <cworth@cworth.org> | 2008-04-08 02:45:56 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-04-08 02:45:56 -0700 |
commit | aadbaf7d990d0d5cd7c25cc856dbcfcc357b44f1 (patch) | |
tree | 76d64e934480368ad5ac85a6e49cff89d75eaf45 | |
parent | 8f123d035af0c02dc0a668a073410756edafbdd6 (diff) |
Increment version to 1.5.201.5.20
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d340060e3..d691f5fda 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, 19) +m4_define(cairo_version_micro, 20) 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=1 +LT_REVISION=2 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |