File modules/cms/base/Version.class.php

Last commit: Fri Mar 18 00:36:26 2022 +0100	dankert	Setting development status
1 <?php 2 // AUTO GENERATED. 3 // THIS FILE IS GENERATED BY tag-version.sh - DO NOT CHANGE. 4 namespace cms\base; 5 class Version { 6 const VERSION = 'dev-snapshot'; 7 const DATE = null; 8 }
Download modules/cms/base/Version.class.php
History Fri, 18 Mar 2022 00:36:26 +0100 dankert Setting development status Fri, 18 Mar 2022 00:36:26 +0100 dankert New version tag 2.0.5 Tue, 20 Oct 2020 00:52:38 +0200 Jan Dankert New: A build date in the Version class. Sat, 26 Sep 2020 13:11:23 +0200 Jan Dankert Refactoring: No global variables any more. All constants are capsulated by classes.