diff options
author | Carl Worth <cworth@cworth.org> | 2006-12-06 13:22:24 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-12-06 13:22:41 -0800 |
commit | 648ef4487dfa43f20fb2c73e7b8e567f8a25497a (patch) | |
tree | 89de1484ca4db90b5cec015a46b38e6530436ff3 | |
parent | f0459b3c53d3319822ef6e5f8bc118e742dcbf5f (diff) |
Increment cairo version to 1.3.6 (and libtool versioning to 12:1:10)1.3.6
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e62eeb83..6f1124d1 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, 5) +m4_define(cairo_version_micro, 6) 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=0 +LT_REVISION=1 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |