diff options
author | Carl Worth <cworth@cworth.org> | 2007-04-13 17:37:14 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-04-13 17:37:14 -0700 |
commit | ebba4a6d1467a8e5db5cc43eb08e8fc98c39b30a (patch) | |
tree | 7edba6f5f52f1ea8a58719b4fc9cc8f4d7627c8f | |
parent | e21a58ce4c2f550198de9ed35f7a37df764e7cdf (diff) |
Increment version to 1.4.4 (and library versioning to 13:2:11)1.4.4
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0672614ed..e911d0249 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, 4) -m4_define(cairo_version_micro, 3) +m4_define(cairo_version_micro, 4) AC_INIT([cairo], cairo_version_major.cairo_version_minor.cairo_version_micro, @@ -26,7 +26,7 @@ LT_CURRENT=13 # 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 |