diff options
author | Carl Worth <cworth@cworth.org> | 2007-06-08 15:49:12 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-06-08 15:49:12 -0700 |
commit | fea4f344c46cf5f85c6af3102333008768c55063 (patch) | |
tree | 4f93487925c7bdad1f2d3fd19f6f2f3f0c2e1057 | |
parent | 0b19ff1d3f493067fa5484151e71dfcedcd14fd1 (diff) |
Update version to 1.4.8 (and libtool info to 13:4:11)1.4.8
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 2247bb544..285b92cdc 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, 7) +m4_define(cairo_version_micro, 8) 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=3 +LT_REVISION=4 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |