-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jenkins IDI-CI
committed
Nov 25, 2019
1 parent
9d5cd20
commit bdfee28
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#define MAJOR 2 | ||
#define MINOR 7 | ||
#define PATCHLVL 2 | ||
#define BUILD 1021 | ||
#define BUILD 1022 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
entries: | ||
- title: sidebar | ||
product: ACRE2 | ||
version: v2.7.1 | ||
version: v2.7.2 | ||
folders: | ||
|
||
- title: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#define ACRE_VERSION_MAJOR 2 | ||
#define ACRE_VERSION_MINOR 7 | ||
#define ACRE_VERSION_SUBMINOR 1 | ||
#define ACRE_VERSION_BUILD 1021 | ||
#define ACRE_VERSION_SUBMINOR 2 | ||
#define ACRE_VERSION_BUILD 1022 |