Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit db6a7b3

Browse files
committed
Bump version
1 parent 5d6ae54 commit db6a7b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

compiler/util/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define SEQ_VERSION_MAJOR 0
44
#define SEQ_VERSION_MINOR 10
5-
#define SEQ_VERSION_PATCH 1
5+
#define SEQ_VERSION_PATCH 2
66

77
#include <cassert>
88
#include <climits>

docs/sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ def setup(sphinx):
2525
# -- Project information -----------------------------------------------------
2626

2727
project = u'Seq'
28-
copyright = u'2019, seq-lang'
28+
copyright = u'2019-2021, seq-lang'
2929
author = u'seq-lang'
3030

3131
# The short X.Y version
3232
version = u'0.10'
3333
# The full version, including alpha/beta/rc tags
34-
release = u'0.10.1'
34+
release = u'0.10.2'
3535

3636
# Logo path
3737
html_logo = '../images/logo.png'

0 commit comments

Comments
 (0)