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
9756bbcc
Commit
9756bbcc
authored
Oct 07, 2020
by
Johan Cwiklinski
Committed by
Johan Cwiklinski
Oct 07, 2020
Browse files
Bump version
parent
c35fce68
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
9756bbcc
...
...
@@ -3,7 +3,7 @@
The present file will list all changes made to the project; according to the
[
Keep a Changelog
](
http://keepachangelog.com/
)
project.
## [9.5.2]
unreleased
## [9.5.2]
2020-10-07
### API changes
...
...
inc/define.php
View file @
9756bbcc
...
...
@@ -31,7 +31,7 @@
*/
// Current version of GLPI
define
(
'GLPI_VERSION'
,
'9.5.
1
'
);
define
(
'GLPI_VERSION'
,
'9.5.
2
'
);
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