No dash before rc1 in version number

This commit is contained in:
Veronica K. B. Olsen
2020-06-26 11:21:01 +02:00
parent 996bffb21b
commit 3258621456
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "0.10.0"
# The full version, including alpha/beta/rc tags
release = "0.10.0-rc1"
release = "0.10.0rc1"
# -- General configuration ---------------------------------------------------
+1 -1
View File
@@ -40,7 +40,7 @@ __package__ = "novelWriter"
__author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182020, Veronica Berglyd Olsen"
__license__ = "GPLv3"
__version__ = "0.10.0-rc1"
__version__ = "0.10.0rc1"
__hexversion__ = "0x001000c1"
__date__ = "2020-06-21"
__maintainer__ = "Veronica Berglyd Olsen"