diff --git a/Makefile.in b/Makefile.in index 6ea42592..a12893a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 = srain@srain.im PACKAGE_DESC = Modern, beautiful IRC client written in GTK+ 3. diff --git a/data/Srain.desktop b/data/Srain.desktop index 1dee05d2..673d07ab 100644 --- a/data/Srain.desktop +++ b/data/Srain.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.06.2 +Version=0.06.3 Type=Application Name=Srain GenericName=Srain IRC client diff --git a/data/builtin.cfg b/data/builtin.cfg index ec08ff7d..452a8501 100644 --- a/data/builtin.cfg +++ b/data/builtin.cfg @@ -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. diff --git a/doc/conf.py b/doc/conf.py index 8d24db36..514be03d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/doc/installation.rst b/doc/installation.rst index 096cdeca..a8d0fa16 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -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``):