diff options
author | Carl Worth <cworth@cworth.org> | 2008-01-14 15:43:33 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-01-14 15:43:33 -0800 |
commit | d45c003519682e6a3115293da08aa331c8de2cc8 (patch) | |
tree | 175d663b196ccc49f0a7d1520af35ef5e27db280 | |
parent | a6635fb5f5375b0ce2d5a1287654137f25dcc1bf (diff) |
Update cairo version to 1.4.14 and library versioning to 13:7:11
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index ff74248e2..9b32be357 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, 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=13 # Increment any time the source changes; set to # 0 if you increment CURRENT -LT_REVISION=6 +LT_REVISION=7 # Increment if any interfaces have been added; set to 0 # if any interfaces have been removed. removal has |