1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

Set package version to 0.1.1, use "@since 0.1.1" Doxygen tags.

The next release will not contain any backwards-incompatible
API or ABI changes, thus changing the package version to 0.1.1.
This commit is contained in:
Uwe Hermann
2015-04-16 00:47:21 +02:00
parent 777347a6bd
commit 3f2f48fc01
2 changed files with 10 additions and 10 deletions

View File

@@ -23,8 +23,8 @@ 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], [2])
m4_define([sp_package_version_micro], [0])
m4_define([sp_package_version_minor], [1])
m4_define([sp_package_version_micro], [1])
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],