summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-09-29 14:55:34 +0200
committerHarald Welte <laforge@gnumonks.org>2013-09-29 14:56:46 +0200
commit7792900d304518d5beb75bcca54c575cc3851013 (patch)
tree7cd26c0356ae1b653adc922667be59af3fcc4a87
parenta72236a1d0effb1fe985f5685d40e6dc33ab65a3 (diff)
increment library version as we broke the ABI
-rw-r--r--configure.ac2
-rw-r--r--src/libgsmd/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index db970e7..16c463d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/src/libgsmd/Makefile.am b/src/libgsmd/Makefile.am
index 83c2ae9..05cd379 100644
--- a/src/libgsmd/Makefile.am
+++ b/src/libgsmd/Makefile.am
@@ -1,4 +1,4 @@
-LIBVERSION= 0:0:0
+LIBVERSION= 1:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -std=gnu99
personal git repositories of Harald Welte. Your mileage may vary