mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-02 19:10:40 +02:00
Update cairo version to 1.4.14 and library versioning to 13:7:11
This commit is contained in:
parent
a6635fb5f5
commit
d45c003519
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue