diff --git a/VERSIONS b/VERSIONS index 6a357486b6ef6828ef5fe122bb88cbc26eced863..dbaffdcca8be1b76c9561288f318364cec4d340c 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,4 @@ +02/05/2014 - v6.42.3 - ticket #13394: SIGB Koha: - prise en compte de la balise <reserve_id> de la nouvelle version de Koha pour supprimer les réservations - envoie l'annexe de retrait sur la réservation si précisé diff --git a/library/startup.php b/library/startup.php index 21e0b56c4c7c2028c0a92770201e327731fdcbd6..5b6216a84b28093108f970c32c9026d000bb9348 100644 --- a/library/startup.php +++ b/library/startup.php @@ -56,7 +56,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('VERSION_PERGAME','6.42'); - defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.1'); + defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.3'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');