Update of /cvsroot/webnotes/webnotes/core
In directory usw-pr-cvs1:/tmp/cvs-serv29993
Modified Files:
config_defaults_inc.php
Log Message:
Make it 2.0-dev not 2.0.0-CVS
Index: config_defaults_inc.php
===================================================================
RCS file: /cvsroot/webnotes/webnotes/core/config_defaults_inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- config_defaults_inc.php 3 Oct 2002 06:01:26 -0000 1.11
+++ config_defaults_inc.php 3 Oct 2002 06:26:34 -0000 1.12
@@ -12,7 +12,7 @@
# VERSION SETTINGS
#####################
- $g_phpWebNotes_version = '2.0.0-CVS';
+ $g_phpWebNotes_version = '2.0-dev';
### Display phpWebNotes version on pages
$g_show_version = ON;
@@ -220,4 +220,4 @@
# status from $g_status_index-1 to 79 are used for the onboard customization (if enabled)
# directly use Mantis to edit them.
$g_access_levels_enum_string = '10:anonymous,40:registered,70:moderator,90:administrator';
-?>
\ No newline at end of file
+?>
|