aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-01-26 17:52:50 +0100
committerHarald Welte <laforge@gnumonks.org>2019-01-26 17:52:50 +0100
commit551b9752bcd5d3d21bb2df0736b1801bda3d0d10 (patch)
tree0a43a9d96e1723b671a42ae3efc35b1457bac2c0
parent464bb26d5802d918200216c8d0a71790c1f19764 (diff)
Bump version: 0.3.10-464b → 0.4.00.4.0
-rw-r--r--debian/changelog6
-rw-r--r--src/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b2e944c..56d4d5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosmodsp (0.4.0) unstable; urgency=medium
+
+ * Use release helper from libosmcoore
+
+ -- Harald Welte <laforge@gnumonks.org> Sat, 26 Jan 2019 17:52:49 +0100
+
libosmodsp (0.3.0) testing; urgency=low
* Initial release.
diff --git a/src/Makefile.am b/src/Makefile.am
index 8a4ca76..a537b1c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
-LIBVERSION=0:0:0
+LIBVERSION=0:1:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -Wall -ffast-math $(FFTW3F_CFLAGS)