From a73f148d30c37c4c4540de336c89896ad762fe5f Mon Sep 17 00:00:00 2001 From: Elmar Pruesse Date: Thu, 25 Apr 2019 19:19:08 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.0-rc.1=20=E2=86=92=201.6.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- configure.ac | 2 +- doc/source/install.rst | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5ad4a42..8b4dfed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0-rc.1 +current_version = 1.6.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P(dev|rc)))?(\.(?P\d+))? serialize = {major}.{minor}.{patch}-{stage}.{again} diff --git a/configure.ac b/configure.ac index 54a5bf7..0bedd99 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Init -AC_INIT([SINA],[1.6.0-rc.1],[elmar@pruesse.net],,[http://github.com/epruesse/SINA]) +AC_INIT([SINA],[1.6.0],[elmar@pruesse.net],,[http://github.com/epruesse/SINA]) AC_COPYRIGHT([Copyright (c) 2005-2018 Elmar Pruesse]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/source/install.rst b/doc/source/install.rst index 47dfec6..9392917 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -71,16 +71,16 @@ are available on the `SINA releases`_ page at Github. Head on over there and download the Linux or Macos one. Inside the folder created by unpacking the archive, you should find a `sina` executable:: - tar xf ~/Downloads/sina-1.6.0-rc.1-linux.tar.gz - ~/Downloads/sina-1.6.0-rc.1-linux/sina --help + tar xf ~/Downloads/sina-1.6.0-linux.tar.gz + ~/Downloads/sina-1.6.0-linux/sina --help To install SINA system wide, place the contents of the archive in `/opt` and create symlinks into `/usr/local/bin`:: - wget https://github.com/epruesse/SINA/releases/download/v1.6.0-rc.1/sina-1.5.0-linux.tar.gz - sudo tar xf sina-1.6.0-rc.1-linux.tar.gz -C /opt - rm sina-1.6.0-rc.1-linux.tar.gz - sudo ln -s /opt/sina-1.6.0-rc.1-linux /opt/sina + wget https://github.com/epruesse/SINA/releases/download/v1.6.0/sina-1.5.0-linux.tar.gz + sudo tar xf sina-1.6.0-linux.tar.gz -C /opt + rm sina-1.6.0-linux.tar.gz + sudo ln -s /opt/sina-1.6.0-linux /opt/sina sudo ln -s /opt/sina/bin/sina /usr/local/bin/sina .. _`SINA releases`: https://github.com/epruesse/SINA/releases