diff options
author | Carl Worth <cworth@cworth.org> | 2007-12-05 02:06:33 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-12-05 02:06:33 -0800 |
commit | e0c0275e1764502cfd1d0e93e374b4ed396f0073 (patch) | |
tree | ba00219b14217aa22754f9769b242c0512ddf542 | |
parent | 11aaf992fb5d3d86f261ba48306adfaace9f96ea (diff) |
Increment version to 1.5.4 and to 14:1:121.5.4
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 374de44d2..bd27f3ab9 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ dnl For the micro number: odd => in-progress development (from git) dnl even => tar-file snapshot or release m4_define(cairo_version_major, 1) m4_define(cairo_version_minor, 5) -m4_define(cairo_version_micro, 3) +m4_define(cairo_version_micro, 4) AC_INIT([cairo], cairo_version_major.cairo_version_minor.cairo_version_micro, @@ -28,7 +28,7 @@ LT_CURRENT=14 # 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 |