aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2023-03-11 13:26:28 +0100
committerJan-Hendrik Willms <tleilax+github@gmail.com>2023-03-11 13:26:28 +0100
commitc6aba678f64723f002512b48fa142d89bba47e9a (patch)
tree0a3be0eebd25ea793e867af6134e146fc68d7f9c
parenta5e61415347569ea0d7abe2eed50729202db044d (diff)
adjust version numbers, re #2349
-rw-r--r--VERSION2
-rw-r--r--lib/bootstrap.php2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index c544200..9020358 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-RELEASE 5.3.alpha-svn
+RELEASE 5.4.alpha
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index d1d84b1..e286e93 100644
--- a/lib/bootstrap.php
+++ b/lib/bootstrap.php
@@ -13,7 +13,7 @@
const DEFAULT_ENV = 'production';
//software version - please leave it as it is!
-$SOFTWARE_VERSION = '5.3.alpha-svn';
+$SOFTWARE_VERSION = '5.4.alpha';
// Store startup time
$STUDIP_STARTUP_TIME = microtime(true);
diff --git a/package.json b/package.json
index 8eb785f..bdd3865 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@studip/core",
- "version": "5.0.0",
+ "version": "5.4.0",
"description": "Stud.IP",
"private": true,
"scripts": {