Update of /cvsroot/phpweather/phpweather-1.x
In directory usw-pr-cvs1:/tmp/cvs-serv12775
Modified Files:
phpweather.inc
Log Message:
Bump the version number to 1.62.
Index: phpweather.inc
===================================================================
RCS file: /cvsroot/phpweather/phpweather-1.x/phpweather.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- phpweather.inc 4 Oct 2002 21:31:40 -0000 1.15
+++ phpweather.inc 4 Oct 2002 21:50:56 -0000 1.16
@@ -10,7 +10,7 @@
*/
/* This stores the version number in the variable $version. */
-$version = '1.61';
+$version = '1.62';
/* We start by loading the default configuration: */
require('config-dist.inc');
|