diff --git a/configure.ac b/configure.ac index 627a506..683e5f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(libsntl, 0.1.0) +AC_INIT(libsntl, 0.2.0) #LDFLAGS="$LDFLAGS -L/mingw/lib -L/local/lib" diff --git a/debian/changelog b/debian/changelog index 2233f2d..7a4f447 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libsntl (0.2.0) stable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Alexander Vdolainen Mon, 24 Nov 2014 11:52:48 +0200 + libsntl (0.1.0) stable; urgency=low * Initial release (Closes: #nnnn) diff --git a/debian/shlibs.local.ex b/debian/shlibs.local.ex index 180b0d6..5c6fe79 100644 --- a/debian/shlibs.local.ex +++ b/debian/shlibs.local.ex @@ -1 +1 @@ -libsntl 0.1.0 libsntl (>> 0.1.0), libsntl (<< 0.1.99) +libsntl 0.2.0 libsntl (>> 0.2.0), libsntl (<< 0.2.99)