We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a301d9 commit d9d8770Copy full SHA for d9d8770
configure.ac
@@ -16,7 +16,7 @@
16
# You should have received a copy of the GNU General Public License
17
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18
#
19
-AC_INIT([libultrabus], [0.0.1], [ultrabus@ultramarin.se])
+AC_INIT([libultrabus], [0.0.2], [ultrabus@ultramarin.se])
20
AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 subdir-objects])
21
22
AC_PROG_CC
@@ -32,7 +32,7 @@ AC_CONFIG_MACRO_DIR([m4])
32
AM_SILENT_RULES([yes])
33
34
35
-# Release 0.0.1
+# Release 0.0.2
36
37
# Library interface version x:y:z
38
# | | |
@@ -44,7 +44,7 @@ AM_SILENT_RULES([yes])
44
45
# Library version (CURRENT:REVISION:AGE)
46
47
-LIBRARY_VERSION=0:1:0
+LIBRARY_VERSION=0:2:0
48
AC_SUBST([LIBRARY_VERSION])
49
50
0 commit comments