OSDN Git Service

Update version number 0.1.2 --> 0.1.3 master gast-0.1.3
authorTadashi Koike <t-koike@users.sourceforge.jp>
Sun, 28 Mar 2010 17:10:15 +0000 (02:10 +0900)
committerTadashi Koike <t-koike@users.sourceforge.jp>
Sun, 28 Mar 2010 17:10:15 +0000 (02:10 +0900)
gast
gast_make
gast_rpmbuild

diff --git a/gast b/gast
index 5bdf64f..97f4de1 100755 (executable)
--- a/gast
+++ b/gast
@@ -1,7 +1,7 @@
 #!/bin/bash
 #   gast (Gcc Automatically -Save-Temps) : wrapper script for gcc to save temporary file.
 #
-#   Copyright (C) 2009 Tadashi Koike
+#   Copyright (C) 2009-2010 Tadashi Koike
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
@@ -78,7 +78,7 @@
 #        preserved.
 #
 
-VERSION="0.1.2"
+VERSION="0.1.3"
 ORIGINAL_NAME="gast"
 CWD=`pwd`
 SCRIPT_NAME=${0##*/}
index 8cd3a03..479405c 100755 (executable)
--- a/gast_make
+++ b/gast_make
@@ -1,7 +1,7 @@
 #!/bin/bash
 #   gast_make : wrapper script for gmake command to execute with -j1 option
 #
-#   Copyright (C) 2009 Tadashi Koike
+#   Copyright (C) 2009-2010 Tadashi Koike
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 #----------------------------------------------------------------------
 # (I am weak in English. Please modify English comment more suitable. :T.K)
 
-VERSION=0.1.2
+VERSION=0.1.3
 ORIGINAL_NAME="gast_make"
 CWD=`pwd`
 SCRIPT_NAME=${0##*/}
index 128e459..8fc0da5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #   gast_rpmbuild : wrapper script for rpmbuild command to set environment using gast
 #
-#   Copyright (C) 2009 Tadashi Koike
+#   Copyright (C) 2009-2010 Tadashi Koike
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 #----------------------------------------------------------------------
 # (I am weak in English. Please modify English comment more suitable. :T.K)
 
-VERSION=0.1.2
+VERSION=0.1.3
 ORIGINAL_NAME="gast_rpmbuild"
 CWD=`pwd`
 SCRIPT_NAME=${0##*/}