diff options
author | Carl Worth <cworth@cworth.org> | 2007-02-14 00:34:18 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-02-14 00:34:18 -0800 |
commit | 90e453fc22398f31996a6fdbeec6da98e25a160e (patch) | |
tree | bf2e7cd21ce45d5efc8cf668d0d5654a2329dc6c | |
parent | 513f21140bae549e088909333598e73e5dac4a44 (diff) |
Increment cairo version to 1.3.14 (and libtool versioning to 12:4:10)1.3.14
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index ecb124b76..7c5e62780 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, 3) -m4_define(cairo_version_micro, 13) +m4_define(cairo_version_micro, 14) AC_INIT([cairo], cairo_version_major.cairo_version_minor.cairo_version_micro, @@ -26,7 +26,7 @@ LT_CURRENT=12 # 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 |