0.2.1 version released.

ctrie
Alexander Vdolainen 10 years ago
parent 5f6c8019ba
commit 76946a6093

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(libtdata, 0.2)
AC_INIT(libtdata, 0.2.1)
AC_CONFIG_HEADERS([config.h])

2
debian/changelog vendored

@ -1,4 +1,4 @@
libtdata (0.2-1) unstable; urgency=low
libtdata (0.2.1) stable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>

4
debian/control vendored

@ -1,7 +1,7 @@
Source: libtdata
Priority: extra
Maintainer: Alexander Vdolainen <vdo@askele.com>
Build-Depends: debhelper (>= 8.0.0), autotools-dev
Build-Depends: debhelper (>= 8.0.0), autotools-dev, libc-dev
Standards-Version: 3.9.3
Section: libs
Homepage: http://askele.com/support
@ -11,7 +11,7 @@ Homepage: http://askele.com/support
Package: libtdata-dev
Section: libdevel
Architecture: any
Depends: libtdata (= ${binary:Version})
Depends: libtdata (= ${binary:Version}), libc-dev
Description: Development files for libtdata
Development files i.e. headers and pkgconfig files
required to build software used libtdata

@ -1 +1 @@
liblibtdata 0.2 libtdata (>> 0.2-0), libtdata (<< 0.2-99)
liblibtdata 0.2.1 libtdata (>> 0.2.1-0), libtdata (<< 0.2.1-99)

Loading…
Cancel
Save