preparing for 0.20.1 release

This commit is contained in:
rafael@riseup.net 2009-11-14 22:10:39 +00:00
parent b686f2c977
commit f9608919d3
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
14-11-2009 Darkice 0.20.1 released
o added rc.darkice init script
thanks to Niels Dettenbach <nd@syndicat.com>
o bugfix: fix for gcc 4.4
05-11-2009 Darkice 0.20 released
o new maintainer: Rafael Diniz <rafael@riseup.net>

View File

@ -1,3 +1,7 @@
14-11-2009, Rafael Diniz, rafael@riseup.net
Released version 0.20.1. See ChangeLog for changes.
05-11-2009, Rafael Diniz, rafael@riseup.net
Released version 0.20. See ChangeLog for changes.

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(darkice, 0.20)
AC_INIT(darkice, 0.20.1)
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
AM_CONFIG_HEADER(src/config.h)