Prep 3.15.1

This commit is contained in:
PabstMirror 2022-09-12 16:43:22 -05:00
parent 081e9f15a3
commit 22586fc137
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<p align="center"> <p align="center">
<a href="https://github.com/acemod/ACE3/releases/latest"> <a href="https://github.com/acemod/ACE3/releases/latest">
<img src="https://img.shields.io/badge/Version-3.15.0-blue.svg?style=flat-square" alt="ACE3 Version"> <img src="https://img.shields.io/badge/Version-3.15.1-blue.svg?style=flat-square" alt="ACE3 Version">
</a> </a>
<a href="https://github.com/acemod/ACE3/issues"> <a href="https://github.com/acemod/ACE3/issues">
<img src="https://img.shields.io/github/issues-raw/acemod/ACE3.svg?style=flat-square&label=Issues" alt="ACE3 Issues"> <img src="https://img.shields.io/github/issues-raw/acemod/ACE3.svg?style=flat-square&label=Issues" alt="ACE3 Issues">

View File

@ -1,4 +1,4 @@
#define MAJOR 3 #define MAJOR 3
#define MINOR 15 #define MINOR 15
#define PATCHLVL 0 #define PATCHLVL 1
#define BUILD 67 #define BUILD 68

View File

@ -9,8 +9,8 @@ ace:
version: version:
major: 3 major: 3
minor: 15 minor: 15
patch: 0 patch: 1
build: 67 build: 68
markdown: kramdown markdown: kramdown