Skip to content

Commit affed69

Browse files
committed
Version number bump.
1 parent d5754fc commit affed69

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed

approot.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @used-by utils::GetItopVersionWikiSyntax()
1515
* @used-by iTopModulesPhpVersionIntegrationTest
1616
*/
17-
define('ITOP_CORE_VERSION', '2.7.11');
17+
define('ITOP_CORE_VERSION', '2.7.12');
1818

1919

2020
require_once APPROOT.'bootstrap.inc.php';

css/css-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
// Beware the version number MUST be enclosed with quotes otherwise v2.3.0 becomes v2 0.3 .0
20-
$version: "v2.7.11";
20+
$version: "v2.7.12";
2121
$approot-relative: "../../../../../" !default; // relative to env-***/branding/themes/***/main.css
2222

2323
// Base colors

datamodels/2.x/authent-cas/module.authent-cas.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
SetupWebPage::AddModule(
77
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
8-
'authent-cas/2.7.11',
8+
'authent-cas/2.7.12',
99
array(
1010
// Identification
1111
//

datamodels/2.x/authent-external/module.authent-external.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
SetupWebPage::AddModule(
2929
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
30-
'authent-external/2.7.11',
30+
'authent-external/2.7.12',
3131
array(
3232
// Identification
3333
//

datamodels/2.x/authent-ldap/module.authent-ldap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
SetupWebPage::AddModule(
1111
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
12-
'authent-ldap/2.7.11',
12+
'authent-ldap/2.7.12',
1313
array(
1414
// Identification
1515
//

datamodels/2.x/authent-local/module.authent-local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
SetupWebPage::AddModule(
55
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
6-
'authent-local/2.7.11',
6+
'authent-local/2.7.12',
77
array(
88
// Identification
99
//

datamodels/2.x/combodo-db-tools/module.combodo-db-tools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/** @noinspection PhpUnhandledExceptionInspection */
2525
SetupWebPage::AddModule(
2626
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
27-
'combodo-db-tools/2.7.11',
27+
'combodo-db-tools/2.7.12',
2828
array(
2929
// Identification
3030
//

datamodels/2.x/itop-attachments/module.itop-attachments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
SetupWebPage::AddModule(
2121
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
22-
'itop-attachments/2.7.11',
22+
'itop-attachments/2.7.12',
2323
array(
2424
// Identification
2525
//

datamodels/2.x/itop-backup/module.itop-backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
SetupWebPage::AddModule(
55
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
6-
'itop-backup/2.7.11',
6+
'itop-backup/2.7.12',
77
array(
88
// Identification
99
//

datamodels/2.x/itop-bridge-virtualization-storage/module.itop-bridge-virtualization-storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
SetupWebPage::AddModule(
55
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
6-
'itop-bridge-virtualization-storage/2.7.11',
6+
'itop-bridge-virtualization-storage/2.7.12',
77
array(
88
// Identification
99
//

0 commit comments

Comments
 (0)