mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 12:37:58 +02:00
Increment CAIRO_VERSION to 1.1.2 and libtool versioning to 6:0:4
This commit is contained in:
parent
3002c6cc8b
commit
68c5382b6c
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ AC_PREREQ(2.54)
|
|||
# An even micro number indicates a released version.
|
||||
m4_define(cairo_version_major, 1)
|
||||
m4_define(cairo_version_minor, 1)
|
||||
m4_define(cairo_version_micro, 1)
|
||||
m4_define(cairo_version_micro, 2)
|
||||
|
||||
AC_INIT([cairo],
|
||||
cairo_version_major.cairo_version_minor.cairo_version_micro,
|
||||
|
|
@ -19,7 +19,7 @@ dnl ===========================================================================
|
|||
# libtool shared library version
|
||||
|
||||
# Increment if the interface has additions, changes, removals.
|
||||
LT_CURRENT=5
|
||||
LT_CURRENT=6
|
||||
|
||||
# Increment any time the source changes; set to
|
||||
# 0 if you increment CURRENT
|
||||
|
|
@ -28,7 +28,7 @@ LT_REVISION=0
|
|||
# Increment if any interfaces have been added; set to 0
|
||||
# if any interfaces have been removed. removal has
|
||||
# precedence over adding, so set to 0 if both happened.
|
||||
LT_AGE=3
|
||||
LT_AGE=4
|
||||
|
||||
dnl ===========================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue