Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
glpi
Commits
9b9127cb
Commit
9b9127cb
authored
Sep 24, 2019
by
Johan Cwiklinski
Browse files
Bump version
parent
b32c8a70
Changes
1
Hide whitespace changes
Inline
Side-by-side
inc/define.php
View file @
9b9127cb
...
...
@@ -31,7 +31,7 @@
*/
// Current version of GLPI
define
(
'GLPI_VERSION'
,
'9.4.
3
'
);
define
(
'GLPI_VERSION'
,
'9.4.
4
'
);
if
(
substr
(
GLPI_VERSION
,
-
4
)
===
'-dev'
)
{
//for dev version
define
(
'GLPI_PREVER'
,
str_replace
(
'-dev'
,
''
,
GLPI_VERSION
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment