diff --git a/Makefile b/Makefile index e490ea61..a4885b90 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: - echo "The Makefile is used to build the distribution." - echo "In order to run web2py you do not need to make anything." - echo "just run web2py.py" + @echo "The Makefile is used to build the distribution." + @echo "In order to run web2py you do not need to make anything." + @echo "just run web2py.py" clean: rm -f httpserver.log rm -f parameters*.py diff --git a/VERSION b/VERSION index bb31ca9f..29bfe1c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.6.0-development+timestamp.2013.08.25.20.38.30 +Version 2.6.0-development+timestamp.2013.08.25.21.18.45