renamed new version from 0.18 to 0.17.1
This commit is contained in:
parent
89ad7c01dd
commit
8c25129fa4
|
@ -1,6 +1,6 @@
|
||||||
19-05-2006 DarkIce 0.18 released
|
19-05-2006 DarkIce 0.17.1 released
|
||||||
|
|
||||||
o bugfix: reconnecting works more reliably
|
o bugfix: automatic reconnect works more reliably
|
||||||
|
|
||||||
26-01-2006 DarkIce 0.17 released
|
26-01-2006 DarkIce 0.17 released
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
19-05-2006, Akos Maroy, darkeye@users.sourceforge.net
|
19-05-2006, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
Released version 0.18. See ChangeLog for changes.
|
Released version 0.17.1. See ChangeLog for changes.
|
||||||
|
|
||||||
|
|
||||||
26-01-2006, Akos Maroy, darkeye@users.sourceforge.net
|
26-01-2006, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(darkice, 0.18)
|
AC_INIT(darkice, 0.17.1)
|
||||||
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
|
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
|
||||||
AM_CONFIG_HEADER(src/config.h)
|
AM_CONFIG_HEADER(src/config.h)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue