Skip to content

Commit

Permalink
All(release): bump version to 0.06.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Feb 28, 2018
1 parent dac94c3 commit 82160a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ 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.3
PACKAGE_VERSION = 0.06.4
PACKAGE_AUTHOR = Shengyu Zhang
PACKAGE_EMAIL = [email protected]
PACKAGE_DESC = Modern, beautiful IRC client written in GTK+ 3.
PACKAGE_WEBSITE = https://srain.im
PACKAGE_COPYRIGHT_DATES = 2016 - 2017
PACKAGE_COPYRIGHT_DATES = 2016 - 2018
PACKAGE_DATA_DIR = $(PREFIX)
PACKAGE_CONFIG_DIR = $(CONFIG_DIR)

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.3"
version = "0.06.4"

# 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.3'
version = '0.06.4'
# The full version, including alpha/beta/rc tags.
release = '0.06.3'
release = '0.06.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 82160a8

Please sign in to comment.