diff --git a/compiler/include/seq/seq.h b/compiler/include/seq/seq.h index 22afbb2ed..8d1ee6539 100644 --- a/compiler/include/seq/seq.h +++ b/compiler/include/seq/seq.h @@ -34,7 +34,7 @@ #define SEQ_VERSION_MAJOR 0 #define SEQ_VERSION_MINOR 8 -#define SEQ_VERSION_PATCH 0 +#define SEQ_VERSION_PATCH 1 namespace seq { namespace types { diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 428190b2b..3e8dfc9fe 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -30,7 +30,7 @@ def setup(sphinx): # The short X.Y version version = u'0.8' # The full version, including alpha/beta/rc tags -release = u'0.8.0' +release = u'0.8.1' # Logo path html_logo = '../images/logo.png'