Browse Source

This is release 0.7.2

Tatsuhiro Tsujikawa 19 năm trước cách đây
mục cha
commit
f45ad3b5d9
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 2 0
      ChangeLog
  2. 1 1
      configure.ac

+ 2 - 0
ChangeLog

@@ -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>
 

+ 1 - 1
configure.ac

@@ -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])