bump version to 1.1.p2
This commit is contained in:
parent
1e7716286c
commit
3820a960c6
2 changed files with 9 additions and 1 deletions
8
NEWS
8
NEWS
|
@ -1,3 +1,11 @@
|
||||||
|
v1.1.p2 (Dec 07, 2005)
|
||||||
|
|
||||||
|
* Fix schema_version handling in xml-import.php
|
||||||
|
|
||||||
|
v1.1.p1 (Dec 07, 2005)
|
||||||
|
|
||||||
|
* Fix session handling in xml-import.php
|
||||||
|
|
||||||
v1.1 (Dec 07, 2005)
|
v1.1 (Dec 07, 2005)
|
||||||
|
|
||||||
! Please read UPGRADING for upgrade instructions from version 1.0.7 !
|
! Please read UPGRADING for upgrade instructions from version 1.0.7 !
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?
|
<?
|
||||||
define(VERSION, "1.1.p1");
|
define(VERSION, "1.1.p2");
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue