Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Hendrik Willms
Stud.IP
Commits
c6aba678
Commit
c6aba678
authored
2 years ago
by
Jan-Hendrik Willms
Browse files
Options
Downloads
Patches
Plain Diff
adjust version numbers, re #2349
parent
a5e61415
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
Draft: Icon creation
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
VERSION
+1
-1
1 addition, 1 deletion
VERSION
lib/bootstrap.php
+1
-1
1 addition, 1 deletion
lib/bootstrap.php
package.json
+1
-1
1 addition, 1 deletion
package.json
with
3 additions
and
3 deletions
VERSION
+
1
−
1
View file @
c6aba678
RELEASE 5.
3
.alpha
-svn
RELEASE 5.
4
.alpha
This diff is collapsed.
Click to expand it.
lib/bootstrap.php
+
1
−
1
View file @
c6aba678
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
c6aba678
{
"name"
:
"@studip/core"
,
"version"
:
"5.
0
.0"
,
"version"
:
"5.
4
.0"
,
"description"
:
"Stud.IP"
,
"private"
:
true
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment