Skip to content

Commit

Permalink
Bump pre-release version to '0.3.0-rc'
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Nov 12, 2016
1 parent 159594c commit 7f8f007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.0-dev'
release = '0.3.0-rc'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,5 +1,5 @@
project('Valum', 'vala', 'c',
version: '0.3.0-dev',
version: '0.3.0-rc',
license: 'LGPL',
meson_version: '>=0.35')

Expand Down

0 comments on commit 7f8f007

Please sign in to comment.