increment library version as we broke the ABI

This commit is contained in:
Harald Welte 2013-09-29 14:55:34 +02:00
parent a72236a1d0
commit 7792900d30
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.53)
AC_INIT(gsmd, 0.0.1, http://www.openmoko.org/)
AC_INIT(gsmd, 0.1.0, http://www.openmoko.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(src/gsmd/gsmd.c)
AM_CONFIG_HEADER(config.h)

View File

@ -1,4 +1,4 @@
LIBVERSION= 0:0:0
LIBVERSION= 1:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -std=gnu99