diff options
author | Carl Worth <cworth@cworth.org> | 2006-12-23 00:35:14 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-12-23 00:35:14 -0800 |
commit | b35cfde7f0e2896ccc1453f9716cb9b61c42cf94 (patch) | |
tree | 7ea8deccc9796c00ee73afe9e6c65fd5f7d4a659 | |
parent | d6895af9f165a033fc7e53233994a0885c2f817f (diff) |
Increment cairo version to 1.3.10 (and libtool versioning to 12:3:10)1.3.10
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f6d670c72..a5a632cdb 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, 9) +m4_define(cairo_version_micro, 10) 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=2 +LT_REVISION=3 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |