diff --git a/CHANGELOG b/CHANGELOG index 4a08e1e88..c0d6ba29e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +-------------------------------------------------------------------------------- + Changes in version 6.0.32 +-------------------------------------------------------------------------------- +- merge changes up to 5.1.39 + -------------------------------------------------------------------------------- Changes in version 6.0.31 -------------------------------------------------------------------------------- @@ -308,6 +313,10 @@ - add document list which can be exported as an archive - search results can be exported +-------------------------------------------------------------------------------- + Changes in version 5.1.39 +-------------------------------------------------------------------------------- + -------------------------------------------------------------------------------- Changes in version 5.1.38 -------------------------------------------------------------------------------- diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 699b59b64..1aecc71bd 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { /* {{{ */ - const _number = "6.0.31"; + const _number = "6.0.32"; const _string = "SeedDMS"; function __construct() {