From: Patrick Canterino <patrick@patrick-canterino.de>
Date: Sun, 1 Dec 2024 14:33:14 +0000 (+0100)
Subject: Begin a new release cycle
X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/ef82d9482cca75efe13a50198677073be9e91d5f?ds=sidebyside;hp=233f1f25a00926f0a74650856fd431357690ed2b

Begin a new release cycle
---

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13564df..2ab4d40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@
 5. Follow the installation wizard, it should propose you the same data folder or even update automatically
 6. Check your `/lib/config.local.php` and compare it with the `/lib/config.original.php` to see if new configuration items are available. If a new item is missing in your `config.local.php`, this may trigger some errors as Jirafeau may expect to have them.
 
+## Version 4.6.x (not yet released)
+
+- ...
+
 ## Version 4.6.1
 
 - Removed the download button and the corresponding link for encrypted files from the admin interface
diff --git a/lib/settings.php b/lib/settings.php
index f0f193e..cbdfaff 100644
--- a/lib/settings.php
+++ b/lib/settings.php
@@ -43,7 +43,7 @@ if ($cfg['debug'] === true) {
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '4.6.1');
+define('JIRAFEAU_VERSION', '4.6.x-dev');
 
 define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');