]> git.gsnw.org Git - fping.git/commitdiff
Call this 3.3-rc1, not 3.3rc1
authorDavid Schweikert <david@schweikert.ch>
Thu, 19 Jul 2012 22:39:44 +0000 (00:39 +0200)
committerDavid Schweikert <david@schweikert.ch>
Thu, 19 Jul 2012 22:39:44 +0000 (00:39 +0200)
ChangeLog
configure.ac

index 3a51452662c1e88b763892ffb153ba04e5f81173..109d934d126ae5495de5e0f08ce461e8758d605f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 UNRELEAESD  David Schweikert  <david@schweikert.ch>
-  * Version 3.3rc1
+  * Version 3.3-rc1
   * Do not output icmp errors with -q (#1)
   * Add --enable-ipv4 and --enable-ipv6 options to configure (Niclas Zeising)
   * Fix removing of unreachable hosts when doing loop (Thomas Liske, #13 #23)
index aea990d760bc2ce161f686c845d0e77fec544ba7..38e94efaa85a65fe908f9999a1be003f2922d149 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl Minimum Autoconf version required.
 AC_PREREQ(2.59)
 
-AC_INIT([fping],[3.3rc1])
+AC_INIT([fping],[3.3-rc1])
 
 dnl make ipv4 and ipv6 options
 AC_ARG_ENABLE([ipv4],