Bump version: 0.3.10-464b → 0.4.0

This commit is contained in:
Harald Welte 2019-01-26 17:52:50 +01:00
parent 464bb26d58
commit 551b9752bc
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -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.

View File

@ -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)