Skip to content

Commit

Permalink
v2.12.0.1056
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Oct 17, 2023
1 parent dd32e6d commit 096230f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<a href="https://github.com/IDI-Systems/acre2/releases/latest">
<img src="https://img.shields.io/badge/Version-2.11.0-blue.svg?style=flat-square" alt="ACRE2 Version">
<img src="https://img.shields.io/badge/Version-2.12.0-blue.svg?style=flat-square" alt="ACRE2 Version">
</a>
<a href="https://github.com/IDI-Systems/acre2/issues">
<img src="https://img.shields.io/github/issues-raw/IDI-Systems/acre2.svg?style=flat-square&label=Issues" alt="ACRE2 Issues">
Expand Down
4 changes: 2 additions & 2 deletions addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 2
#define MINOR 11
#define MINOR 12
#define PATCHLVL 0
#define BUILD 1055
#define BUILD 1056
2 changes: 1 addition & 1 deletion docs/_data/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
entries:
- title: sidebar
product: ACRE2
version: v2.11.0
version: v2.12.0
folders:

- title:
Expand Down
4 changes: 2 additions & 2 deletions extensions/src/ACRE2Shared/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define ACRE_VERSION_MAJOR 2
#define ACRE_VERSION_MINOR 11
#define ACRE_VERSION_MINOR 12
#define ACRE_VERSION_SUBMINOR 0
#define ACRE_VERSION_BUILD 1055
#define ACRE_VERSION_BUILD 1056

0 comments on commit 096230f

Please sign in to comment.