Update and release version 1.13.0.

This commit is contained in:
Ryan Curtin
2019-01-14 21:05:57 -05:00
parent 2b71ec742e
commit 2b9bdeae7d
+3 -3
View File
@@ -15,13 +15,13 @@
#define ENS_VERSION_MAJOR 1
// The minor version is two digits so regular numerical comparisons of versions
// work right. The first minor version of a release is always 10.
#define ENS_VERSION_MINOR 12
#define ENS_VERSION_PATCH 2
#define ENS_VERSION_MINOR 13
#define ENS_VERSION_PATCH 0
// If this is a release candidate, it will be reflected in the version name
// (i.e. the version name will be "RC1", "RC2", etc.). Otherwise the version
// name will typically be a seemingly arbitrary set of words that does not
// contain the capitalized string "RC".
#define ENS_VERSION_NAME "New Year's Party"
#define ENS_VERSION_NAME "Coronavirus Invasion"
namespace ens {