OSDN Git Service

Version 3.0.5+toward_3.0.6_20140707110837
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 7 Jul 2014 02:08:57 +0000 (11:08 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 7 Jul 2014 02:08:57 +0000 (11:08 +0900)
Bumped back to 3.0.6 candidate.

modified:   README
modified:   bin/portsreinstall
modified:   man/portsreinstall.8

README
bin/portsreinstall
man/portsreinstall.8

diff --git a/README b/README
index cb5eae6..d7109f3 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 ================================================================================
  portsreinstall - ports upgrading utility for massive forced reinstallation
-  Version 3.1.0, July 7, 2014
+  Version 3.0.6, July 7, 2014
  Copyright (C) 2010-2014 Mamoru Sakaue, MwGhennndo, All Rights Reserved.
 ================================================================================
 
index 26b6545..3e0ec88 100755 (executable)
 # ============ Set up of environment =============
 APPNAME=`basename "$0"`
 
-# MYVERSION=3.1.0
-# COMPATIBLE_VERSIONS='^(3\.1\.[0-9]+)$'
+# MYVERSION=3.0.6
+# COMPATIBLE_VERSIONS='^(3\.0\.[0-9]+)$'
 # Template for development versions
-MYVERSION=3.0.5+toward_3.1.0_20140707110051
-COMPATIBLE_VERSIONS='^(3\.1\.[0-9]+\+toward_3\.1\.[0-9]+_[0-9]+|3\.1\.[0-9]+)$'
+MYVERSION=3.0.5+toward_3.0.6_20140707110837
+COMPATIBLE_VERSIONS='^(3\.0\.[0-9]+\+toward_3\.0\.[0-9]+_[0-9]+|3\.0\.[0-9]+)$'
 MYPREFIX=`dirname "\`dirname \"$0\"\`" | sed 's|/bin$||'`
 MYPREFIX=${MYPREFIX:-/usr/local}
 LIBDIR=${MYPREFIX}/lib/${APPNAME}
index 71c88f9..fb52409 100644 (file)
@@ -912,7 +912,7 @@ Configuration file of \fBportupgrade\fR(1).
 .SH HISTORY
 \fBportsreinstall\fR has been developed as below.
 .TP
-3.1.0 (07 July 2014)
+3.0.6 (07 July 2014)
 .RS
 [BUG FIX] Command \fBprepare\fR was possibly aborted at a port any of whose requirements or dependents is obsolete.
 .PP