From 9ea75b7519b050a80550e76cb97b466b8d0d6294 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 12 Dec 2013 10:43:34 +0800 Subject: [PATCH] We are now at v0.8.0-pre. --- common/atom_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/atom_version.h b/common/atom_version.h index 34f8344..fc4e648 100644 --- a/common/atom_version.h +++ b/common/atom_version.h @@ -6,10 +6,10 @@ #define ATOM_VERSION_H #define ATOM_MAJOR_VERSION 0 -#define ATOM_MINOR_VERSION 7 -#define ATOM_PATCH_VERSION 5 +#define ATOM_MINOR_VERSION 8 +#define ATOM_PATCH_VERSION 0 -#define ATOM_VERSION_IS_RELEASE 1 +#define ATOM_VERSION_IS_RELEASE 0 #ifndef ATOM_TAG # define ATOM_TAG "" -- 2.7.4