Revert "Bump v3.1.0-beta.1"

This reverts commit 5d05f1c72a.
This commit is contained in:
Shelley Vohr 2018-11-28 16:04:49 -08:00
parent 31d5e9bbe1
commit 5ddc2fb6e7
No known key found for this signature in database
GPG key ID: F13993A75599653C
5 changed files with 11 additions and 11 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)