]> sigrok.org Git - libserialport.git/commitdiff
Bump libtool and package versions to 1:1:1 and 0.1.2 master github/master
authorSoeren Apel <redacted>
Tue, 24 Sep 2024 21:51:24 +0000 (23:51 +0200)
committerSoeren Apel <redacted>
Tue, 24 Sep 2024 21:56:02 +0000 (23:56 +0200)
The last release (0.1.1) had the libtool version (current:revision:age)
set to 1:0:1. Since this release doesn't change/remove any
interfaces, 'current' and 'age' remain unchanged and
'revision' is increased, resulting in 1:1:1.

http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info

Programs using libserialport don't need to be recompiled or relinked.

configure.ac

index a26b85161593f01e3f52836ebe31e127d802985c..d71833fea14139fdea8de57a788d63b3a40556db 100644 (file)
@@ -24,7 +24,7 @@ AC_PREREQ([2.63])
 # libserialport package version number (NOT the same as shared lib version!).
 m4_define([sp_package_version_major], [0])
 m4_define([sp_package_version_minor], [1])
 # libserialport package version number (NOT the same as shared lib version!).
 m4_define([sp_package_version_major], [0])
 m4_define([sp_package_version_minor], [1])
-m4_define([sp_package_version_micro], [1])
+m4_define([sp_package_version_micro], [2])
 m4_define([sp_package_version], [sp_package_version_major.sp_package_version_minor.sp_package_version_micro])
 
 AC_INIT([libserialport], [sp_package_version], [martin-libserialport@earth.li],
 m4_define([sp_package_version], [sp_package_version_major.sp_package_version_minor.sp_package_version_micro])
 
 AC_INIT([libserialport], [sp_package_version], [martin-libserialport@earth.li],
@@ -77,7 +77,7 @@ AC_SUBST([SP_PACKAGE_VERSION], [sp_package_version])
 # The algorithm for determining which number to change (and how) is nontrivial!
 # http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
 SP_LIB_VERSION_CURRENT=1
 # The algorithm for determining which number to change (and how) is nontrivial!
 # http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
 SP_LIB_VERSION_CURRENT=1
-SP_LIB_VERSION_REVISION=0
+SP_LIB_VERSION_REVISION=1
 SP_LIB_VERSION_AGE=1
 AC_SUBST([SP_LIB_VERSION],
        ["$SP_LIB_VERSION_CURRENT:$SP_LIB_VERSION_REVISION:$SP_LIB_VERSION_AGE"])
 SP_LIB_VERSION_AGE=1
 AC_SUBST([SP_LIB_VERSION],
        ["$SP_LIB_VERSION_CURRENT:$SP_LIB_VERSION_REVISION:$SP_LIB_VERSION_AGE"])