Skip to content

Commit 748c6c0

Browse files
committed
Bump version to 1.10.0
1 parent 1ba4329 commit 748c6c0

9 files changed

Lines changed: 14 additions & 13 deletions

File tree

ChangeLog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1.9.50
1+
1.10.0
2+
* FIX: Align code standards with PSR-12 (#378 Thanks to miken32)
23

34
1.9.49
45
* FIX: Prevent fatal autoloader error when backend has empty or missing backendtype

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL=/bin/bash
2-
VERSION=1.9.50
2+
VERSION=1.10.0
33
NAME=nagvis-$(VERSION)
44

55
SED ?= sed
@@ -44,9 +44,9 @@ version:
4444

4545
setversion:
4646
$(SED) -i "s/^VERSION=.*/VERSION=$(NEW_VERSION)/g" Makefile
47-
$(SED) -i "s/.*CONST_VERSION.*/define('CONST_VERSION', '$(NEW_VERSION)');/g" share/server/core/defines/global.php
47+
$(SED) -i "s/.*CONST_VERSION.*/const CONST_VERSION = '$(NEW_VERSION)';/g" share/server/core/defines/global.php
4848
$(SED) -i '1s;^;$(NEW_VERSION)\n\n;' ChangeLog
49-
MAJ_VERSION=$(NEW_VERSION) ; MAJ_VERSION=$${MAJ_VERSION::3} ; \
49+
MAJ_VERSION=$(NEW_VERSION) ; MAJ_VERSION=$${MAJ_VERSION::4} ; \
5050
$(SED) -i "s/<title>NagVis [^ ]*/<title>NagVis $$MAJ_VERSION/g" docs/*/index.html ; \
5151
$(SED) -i "s/<h1>NagVis [^ ]*/<h1>NagVis $$MAJ_VERSION/g" docs/*/welcome.html ; \
5252
$(SED) -i "s/: [0-9.]*\.x/: $$MAJ_VERSION.x/g" docs/*/welcome.html ; \

docs/de_DE/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5-
<title>NagVis 1.9 Dokumentation</title>
5+
<title>NagVis 1.10 Dokumentation</title>
66
<link rel="shortcut icon" href="../general/img/favicon.ico" type="image/x-icon" />
77
<link rel="stylesheet" type="text/css" media="screen" href="../general/css/style.css" />
88
<!--[if IE]>

docs/de_DE/toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<div style="text-align:center;margin-top:20px;">
1818
<img width="88" height="23" border="0" alt="NagVis Logo" src="../general/img/logo-88x23.png" style="margin: 0px;" />
19-
<h3><a href="welcome.html" target="Main">Version 1.9 Dokumentation</a></h3>
19+
<h3><a href="welcome.html" target="Main">Version 1.10 Dokumentation</a></h3>
2020
</div>
2121
<h2>Inhalt</h2>
2222
<dl>

docs/de_DE/welcome.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<body style="text-align:center">
1818
<br />
1919
<img src="../general/img/logo.png" title="NagVis" />
20-
<h1>NagVis 1.9 Dokumentation</h1>
21-
Gilt f&uuml;r NagVis Version: 1.9.x<br />
20+
<h1>NagVis 1.10 Dokumentation</h1>
21+
Gilt f&uuml;r NagVis Version: 1.10.x<br />
2222
Sprache: Deutsch (DE)<br />
2323
Zur Verf&uuml;gung gestellt durch: NagVis Project Team
2424

docs/en_US/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5-
<title>NagVis 1.9 Documentation</title>
5+
<title>NagVis 1.10 Documentation</title>
66
<link rel="shortcut icon" href="../general/img/favicon.ico" type="image/x-icon" />
77
<link rel="stylesheet" type="text/css" media="screen" href="../general/css/style.css" />
88
</head>

docs/en_US/toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<div style="text-align:center;margin-top:20px;">
1010
<img width="88" height="23" border="0" alt="NagVis Logo" src="../general/img/logo-88x23.png" style="margin: 0px;" />
11-
<h3><a href="welcome.html" target="Main">Version 1.9 Documentation</a></h3>
11+
<h3><a href="welcome.html" target="Main">Version 1.10 Documentation</a></h3>
1212
</div>
1313
<h2>Contents</h2>
1414
<dl>

docs/en_US/welcome.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<div style="text-align:center">
1010
<br />
1111
<img src="../general/img/logo.png" title="NagVis" />
12-
<h1>NagVis 1.9 Documentation</h1>
12+
<h1>NagVis 1.10 Documentation</h1>
1313

14-
Applies to NagVis Version: 1.9.x<br />
14+
Applies to NagVis Version: 1.10.x<br />
1515
Language: English (US)<br />
1616
Provided by: NagVis Project Team
1717

share/server/core/defines/global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*****************************************************************************/
2525

2626
// NagVis Version
27-
const CONST_VERSION = '1.9.50';
27+
const CONST_VERSION = '1.10.0';
2828

2929
// Set PHP error handling to standard level
3030
// Different levels for php versions below 5.1 because PHP 5.1 reports

0 commit comments

Comments
 (0)