summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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