2004-05-11 Kasper Skårhøj,,, <kasper@typo3.com>
+ * Changed version number to 3.7.0-dev according to newly adopted major.minor.patch version numbering model.
+
+2004-05-11 Kasper Skårhøj,,, <kasper@typo3.com>
+
* Merged branch changes from "TYPO3_3-6-0"; Mainly bugfixes by ingmar.
2004-05-11 Kasper Skårhøj,,, <kasper@typo3.com>
// Setting some global vars:
$EXEC_TIME = time(); // $EXEC_TIME is set so that the rest of the script has a common value for the script execution time
$SIM_EXEC_TIME = $EXEC_TIME; // $SIM_EXEC_TIME is set to $EXEC_TIME but can be altered later in the script if we want to simulate another execution-time when selecting from eg. a database
-$TYPO_VERSION = '3.6.1-dev'; // TYPO3 version
+$TYPO_VERSION = '3.7.0-dev'; // TYPO3 version
?>