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:
parent
30ead5bf72
commit
9ab338c783
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue