This is release 0.7.2

This commit is contained in:
Tatsuhiro Tsujikawa 2006-08-21 14:34:42 +00:00
parent 0c4ade346c
commit f45ad3b5d9
2 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,8 @@
disabled(bug#1543587):
* src/main.cc: Fixed with the patch by tizianomueller.
* Release 0.7.2
2006-08-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
#
AC_PREREQ(2.59)
AC_INIT(aria2c, 0.7.1, tujikawa@rednoah.com)
AC_INIT(aria2c, 0.7.2, tujikawa@rednoah.com)
AM_INIT_AUTOMAKE()
AM_PATH_CPPUNIT(1.10.2)
AC_CONFIG_SRCDIR([src/Socket.h])