mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure.ac: Drat. Bump libtool version number for new API.
Original commit message from CVS: * configure.ac: Drat. Bump libtool version number for new API. Prelease 0.10.2.3 (of 0.10.3)
This commit is contained in:
parent
ba17539d27
commit
d580060d03
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
Drat. Bump libtool version number for new API.
|
||||
Prelease 0.10.2.3 (of 0.10.3)
|
||||
|
||||
2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -6,7 +6,7 @@ AC_INIT
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 2, 2,
|
||||
AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 10, 2, 3,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
dnl can autoconf find the source ?
|
||||
|
@ -38,7 +38,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
|||
dnl - interfaces added -> increment AGE
|
||||
dnl - interfaces removed -> AGE = 0
|
||||
dnl sets GST_LT_LDFLAGS
|
||||
AS_LIBTOOL(GST, 1, 0, 1)
|
||||
AS_LIBTOOL(GST, 2, 0, 2)
|
||||
AS_LIBTOOL_TAGS
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
|
|
Loading…
Reference in a new issue