Skip to content

Commit

Permalink
All(release): bump version to 0.06.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Dec 22, 2017
1 parent ddcbb84 commit 4ad166f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PACKAGE_NAME = 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 = 0.06.2
PACKAGE_VERSION = 0.06.3
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/Srain.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.06.2
Version=0.06.3
Type=Application
Name=Srain
GenericName=Srain IRC client
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

# Every configuration file should have a version, altough it is not used yet.
version = "0.06.2"
version = "0.06.3"

# Terminal log configuration, which is user doesn't need to care about.
# If you want to report/fix a bug, terminal log will be helpful.
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.2'
version = '0.06.3'
# The full version, including alpha/beta/rc tags.
release = '0.06.2'
release = '0.06.3'

# 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/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ Get stable(require ``wget`` and ``tar``):

.. code-block:: console
$ wget https://github.com/SilverRainZ/srain/archive/0.06.2.tar.gz
$ tar -xvzf 0.06.2.tar.gz
$ cd srain-0.06.2
$ wget https://github.com/SilverRainZ/srain/archive/0.06.3.tar.gz
$ tar -xvzf 0.06.3.tar.gz
$ cd srain-0.06.3
Get git version(require ``git``):

Expand Down

0 comments on commit 4ad166f

Please sign in to comment.