Skip to content

Commit

Permalink
v2.7.1.1016 - Build 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins IDI-CI committed Aug 19, 2019
1 parent ff31f44 commit 96cf8cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
</p>

<p align="center">
<a href="https://github.com/IDI-Systems/acre2/releases/download/v2.7.0.1010/acre2_2.7.0.1010.zip">
<img src="https://img.shields.io/badge/Version-2.7.0-blue.svg?style=flat-square" alt="ACRE2 Version">
<a href="https://github.com/IDI-Systems/acre2/releases/download/v2.7.1.1016/acre2_2.7.1.1016.zip">
<img src="https://img.shields.io/badge/Version-2.7.1-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
2 changes: 1 addition & 1 deletion addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 2
#define MINOR 7
#define PATCHLVL 1
#define BUILD 1015
#define BUILD 1016
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.7.0
version: v2.7.1
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 7
#define ACRE_VERSION_SUBMINOR 0
#define ACRE_VERSION_BUILD 1015
#define ACRE_VERSION_SUBMINOR 1
#define ACRE_VERSION_BUILD 1016

0 comments on commit 96cf8cf

Please sign in to comment.