mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
- prepare for version 3.3.0
This commit is contained in:
parent
5a39bffd73
commit
3765fd9ddd
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION=3.3.0-pre2
|
VERSION=3.3.0
|
||||||
SRC=CHANGELOG* inc conf utils index.php languages op out README reset_db.sql drop-tables-innodb.sql delete_all_contents.sql styles js TODO LICENSE Makefile debian webdav install
|
SRC=CHANGELOG* inc conf utils index.php languages op out README reset_db.sql drop-tables-innodb.sql delete_all_contents.sql styles js TODO LICENSE Makefile debian webdav install
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
class LetoDMS_Version {
|
class LetoDMS_Version {
|
||||||
|
|
||||||
var $_number = "3.3.0-pre1";
|
var $_number = "3.3.0";
|
||||||
var $_string = "LetoDMS";
|
var $_string = "LetoDMS";
|
||||||
|
|
||||||
function LetoDMS_Version() {
|
function LetoDMS_Version() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user