Revert "Bump v3.1.0-beta.1"

This reverts commit f0b47b2541.
This commit is contained in:
Shelley Vohr 2018-11-30 14:33:27 -08:00
parent f0b47b2541
commit 67af030df7
No known key found for this signature in database
GPG key ID: F13993A75599653C
6 changed files with 12 additions and 12 deletions

View file

@ -6,9 +6,9 @@
#define ATOM_COMMON_ATOM_VERSION_H_
#define ATOM_MAJOR_VERSION 3
#define ATOM_MINOR_VERSION 1
#define ATOM_PATCH_VERSION 0
#define ATOM_PRE_RELEASE_VERSION -beta.1
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 10
// #define ATOM_PRE_RELEASE_VERSION
#ifndef ATOM_STRINGIFY
#define ATOM_STRINGIFY(n) ATOM_STRINGIFY_HELPER(n)