mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-29 05:20:23 +01:00
Update version to 1.2.4 and libtool version to 11:2:9.
This commit is contained in:
parent
43a25b8187
commit
fadde879fb
1 changed files with 2 additions and 2 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, 2)
|
||||
m4_define(cairo_version_micro, 3)
|
||||
m4_define(cairo_version_micro, 4)
|
||||
|
||||
AC_INIT([cairo],
|
||||
cairo_version_major.cairo_version_minor.cairo_version_micro,
|
||||
|
|
@ -23,7 +23,7 @@ LT_CURRENT=11
|
|||
|
||||
# Increment any time the source changes; set to
|
||||
# 0 if you increment CURRENT
|
||||
LT_REVISION=1
|
||||
LT_REVISION=2
|
||||
|
||||
# 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