diff options
| author | cassio <cassiopc@gmail.com> | 2014-10-27 09:40:41 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2014-10-27 09:40:41 +0000 |
| commit | 8936a9c3153432df75590b26038e363d1c3bf6b7 (patch) | |
| tree | b66e7695a9948249b79e6f5467b39dfd2831ebf6 | |
| parent | 02534a4eed885f65abb3fdead6bf490e8f104aa6 (diff) | |
| download | boca-8936a9c3153432df75590b26038e363d1c3bf6b7.tar.gz boca-8936a9c3153432df75590b26038e363d1c3bf6b7.zip | |
update version date
| -rwxr-xr-x | tools/installv2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/installv2.sh b/tools/installv2.sh index dfab961..69131bf 100755 --- a/tools/installv2.sh +++ b/tools/installv2.sh @@ -15,11 +15,11 @@ # // You should have received a copy of the GNU General Public License # // along with this program. If not, see <http://www.gnu.org/licenses/>. # //////////////////////////////////////////////////////////////////////////////// -# // Last modified 26/Oct/2014 by cassio@ime.usp.br +# // Last modified 27/Oct/2014 by cassio@ime.usp.br # // inclusion of gcc-4.8 and update to Java 7 #/////////////////////////////////////////////////////////////////////////////////////////// echo "#############################################################" -echo "### installv2.sh of 26/Oct/2014 (A) by cassio@ime.usp.br ###" +echo "### installv2.sh of 27/Oct/2014 (A) by cassio@ime.usp.br ###" echo "#############################################################" if [ "`id -u`" != "0" ]; then |