Update of /cvsroot/webnotes/webnotes/core
In directory usw-pr-cvs1:/tmp/cvs-serv20132/core
Modified Files:
config_defaults_inc.php
Log Message:
Updated the version to 2.0.0 pre release 1.
Index: config_defaults_inc.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/core/config_defaults_inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- config_defaults_inc.php 6 Oct 2002 15:23:36 -0000 1.14
+++ config_defaults_inc.php 6 Oct 2002 15:42:13 -0000 1.15
@@ -12,7 +12,7 @@
# VERSION SETTINGS
#####################
- $g_phpWebNotes_version = '2.0.0-dev';
+ $g_phpWebNotes_version = '2.0.0-pr1';
### Display phpWebNotes version on pages
$g_show_version = ON;
|