Skip to content

Commit 1d29b10

Browse files
committed
Go back to v1.0.6, which has not been released yet.
1 parent ad642fc commit 1d29b10

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ChangeLog

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11

2-
Changes with v1.0.7
2+
Changes with v1.0.6
33

44
*) Avoid the final delay when running a command a
55
specific number of times. [Graham Leggett]
66

7-
Changes with v1.0.6
8-
97
*) Generate the man page during the dist hook, and not
108
at build time. This makes life easy for parallel and
119
cross compiled builds. [Graham Leggett]

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT(retry, 1.0.7, [email protected])
5+
AC_INIT(retry, 1.0.6, [email protected])
66
AC_CONFIG_AUX_DIR(build-aux)
77
AC_CONFIG_MACRO_DIRS([m4])
88
AM_INIT_AUTOMAKE([dist-bzip2])

0 commit comments

Comments
 (0)