OSDN Git Service

Allow 1.4.5_1 like version
authorhenoheno <henoheno>
Sun, 20 Feb 2005 14:49:42 +0000 (23:49 +0900)
committerhenoheno <henoheno>
Sun, 20 Feb 2005 14:49:42 +0000 (23:49 +0900)
release.sh

index f85af32..f09d245 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: release.sh,v 1.13 2005/02/15 14:20:20 henoheno Exp $
+# $Id: release.sh,v 1.14 2005/02/20 14:49:42 henoheno Exp $
 # $CVSKNIT_Id: release.sh,v 1.11 2004/05/28 14:26:24 henoheno Exp $
 #  Release automation script for PukiWiki
 #  ==========================================================
@@ -107,6 +107,7 @@ case "$rel" in
   [1-9].[0-9]_rc[1-9]      | [1-9].[0-9]_rc[1-9]           ) tag="r$rel" ;;
   [1-9].[0-9].[0-9]        | [1-9].[0-9].[0-9][0-9]        ) tag="r$rel" ;;
   [1-9].[0-9].[0-9]_[a-z]* | [1-9].[0-9].[0-9][0-9]_[a-z]* ) tag="r$rel" ;;
+  [1-9].[0-9].[0-9]_[0-9]  | [1-9].[0-9].[0-9][0-9]_[0-9]  ) tag="r$rel" ;;
   HEAD | r1_3_3_branch ) tag="$rel" ;;
   * ) usage ; exit ;;
 esac