Module: nagvis Branch: master Commit: 55396d97cbaff27fcfc2972b07ac61ca49692a8f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=55396d97cbaff27fcfc2972b07ac61ca49692a8f
Author: LaMi <[email protected]> Date: Sun Mar 7 13:55:23 2010 +0100 Updated version string --- share/server/core/defines/global.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/defines/global.php b/share/server/core/defines/global.php index c466387..0e847d3 100644 --- a/share/server/core/defines/global.php +++ b/share/server/core/defines/global.php @@ -53,7 +53,7 @@ define('DEBUGLEVEL', 4); define('DEBUGFILE', '../../../var/nagvis-debug.log'); // NagVis Version -define('CONST_VERSION', '1.5a1'); +define('CONST_VERSION', '1.5b1'); // Path to the main configuration file define('CONST_MAINCFG', '../../../etc/nagvis.ini.php'); ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
