I used a wrong version number last commit, and as darkice is already a very mature software, and a last old bug was fixed, I decided to release the 1.0 version - many thanks to Ákos Maróy and all other contributors

This commit is contained in:
rafael@riseup.net 2010-05-10 00:41:23 +00:00
parent 30ead5bf72
commit 9ab338c783
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
09-05-2010 Darkice 0.9 released
09-05-2010 Darkice 1.0 released
o fixed a bug in BufferedSink.cpp that leads to some buffers
being written twice, causing corruption of datastream,
closes ticked #20

View File

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