summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parenta72236a1d0effb1fe985f5685d40e6dc33ab65a3 (diff)
increment library version as we broke the ABI
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 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)
personal git repositories of Harald Welte. Your mileage may vary