1.0.0-alpha

This commit is contained in:
Phil 2024-08-21 15:12:16 +02:00
parent 1c5ebea422
commit 6e455e4438
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
<url desc="Support">https://github.com/systopia/CiviProxy/issues</url> <url desc="Support">https://github.com/systopia/CiviProxy/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls> </urls>
<releaseDate></releaseDate> <releaseDate>2024-08-21</releaseDate>
<version>0.8-dev</version> <version>1.0.0-alpha</version>
<develStage>dev</develStage> <develStage>dev</develStage>
<compatibility> <compatibility>
<ver>5.0</ver> <ver>5.0</ver>

View File

@ -8,7 +8,7 @@
+---------------------------------------------------------*/ +---------------------------------------------------------*/
require_once "config.php"; require_once "config.php";
$civiproxy_version = '0.8-dev'; $civiproxy_version = '1.0.0-alpha';
/** /**
* this will redirect the request to another URL, * this will redirect the request to another URL,