Update of /cvsroot/webnotes/webnotes/core
In directory usw-pr-cvs1:/tmp/cvs-serv28951/core
Modified Files:
config_defaults_inc.php
Log Message:
changed the version to following webnotes standard
Index: config_defaults_inc.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/core/config_defaults_inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- config_defaults_inc.php 3 Oct 2002 06:26:34 -0000 1.12
+++ config_defaults_inc.php 4 Oct 2002 04:41:48 -0000 1.13
@@ -12,7 +12,7 @@
# VERSION SETTINGS
#####################
- $g_phpWebNotes_version = '2.0-dev';
+ $g_phpWebNotes_version = '2.0.0-dev';
### Display phpWebNotes version on pages
$g_show_version = ON;
|