This website requires JavaScript.
Explore
Help
Sign In
Congegni
/
libretime
mirror of
https://github.com/libretime/libretime.git
Watch
7
Star
0
Fork
You've already forked libretime
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3213bbee54
libretime
/
campcaster_version.php
5 lines
99 B
PHP
Raw
Normal View
History
Unescape
Escape
Final fix for #2074 - make it easier to change the version number. You can now set the version number for PHP code in src/modules/storageServer/var/campcaster_version.php - all components look at this file to get the version number.
2007-01-27 18:11:02 +01:00
<
?
php
CC-1024 Update installation/build for webapp-only CC-1695 Remove Campcaster Studio and make install easier Removed unused files. Updated version number. Fixed some path names.
2010-10-02 00:17:16 +02:00
define
(
'CAMPCASTER_VERSION'
,
'1.6.0-alpha'
);
Updates tothe credits, copyright and dates
2010-02-05 16:28:00 +01:00
define
(
'CAMPCASTER_COPYRIGHT_DATE'
,
'2010'
);
fixed #2163
2007-02-09 11:15:05 +01:00
?>