Skip to content

Commit

Permalink
Script(update): bump version to 1.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Jan 24, 2019
1 parent 1c367df commit 1032312
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PACKAGE_APPID = im.srain.Srain
PACKAGE_BUILD = $(shell [ -d .git ] && \
git rev-parse --git-dir > /dev/null 2>&1 && \
echo -n -git@0.`git rev-list --count HEAD`.`git describe --always`)
PACKAGE_VERSION = 1.0.0rc1
PACKAGE_VERSION = 1.0.0rc2
PACKAGE_AUTHOR = Shengyu Zhang
PACKAGE_EMAIL = [email protected]
PACKAGE_DESC = Modern, beautiful IRC client written in GTK+ 3.
Expand Down
2 changes: 1 addition & 1 deletion data/builtin.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Srain built-in configuration file
# Application configuration.

version = "0.06.4" # String; Every configuration file should have a
version = "1.0.0rc2" # String; Every configuration file should have a
# version, altough it is not used yet
# id = "im.srain.Srain" # The identifier for Srain
theme = "default-bubble" # String; Theme; Available values: default
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.06.4'
version = '1.0.0rc2'
# The full version, including alpha/beta/rc tags.
release = '0.06.4'
release = '1.0.0rc2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ you can get source code of latest release:
The development of 1.0 release is working in progress.

..
$ wget https://github.com/SrainApp/srain/archive/0.06.4.tar.gz
$ tar -xvzf 0.06.4.tar.gz
$ cd srain-0.06.4
$ wget https://github.com/SrainApp/srain/archive/1.0.0rc2.tar.gz
$ tar -xvzf 1.0.0rc2.tar.gz
$ cd srain-1.0.0rc2
Or get git version:

Expand Down

0 comments on commit 1032312

Please sign in to comment.