From fd55cc716e7be9345bd65defe35ade4a7816eded Mon Sep 17 00:00:00 2001 From: Tools Date: Wed, 11 Oct 2017 10:52:21 +0200 Subject: [PATCH] Bump Version: 0.3.1 --- docs/source/conf.py | 2 +- src/picongpu/include/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9c5407ddf7..1bbcb18208 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -91,7 +91,7 @@ # The short X.Y version. version = u'0.3.1' # The full version, including alpha/beta/rc tags. -release = u'0.3.1-rc5' +release = u'0.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/picongpu/include/version.hpp b/src/picongpu/include/version.hpp index 707220690b..080b2c0dc0 100644 --- a/src/picongpu/include/version.hpp +++ b/src/picongpu/include/version.hpp @@ -22,4 +22,4 @@ #define PICONGPU_VERSION_MAJOR 0 #define PICONGPU_VERSION_MINOR 3 #define PICONGPU_VERSION_PATCH 1 -#define PICONGPU_VERSION_LABEL "rc5" +#define PICONGPU_VERSION_LABEL ""