From 551b9752bcd5d3d21bb2df0736b1801bda3d0d10 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 26 Jan 2019 17:52:50 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.10-464b=20=E2=86=92=200.4?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 6 ++++++ src/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 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)