fix version

This commit is contained in:
Dimitris Zlatanidis 2015-01-08 10:18:59 +02:00
parent d14fc7391f
commit 48737a46ae
4 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: slpkg
Version: 2.1.x-dev
Version: 2.2.0
Author: dslackw
Author-email: d zlatanidis at gmail com
Maintainer: dslackw

View file

@ -11,9 +11,9 @@
Latest Release:
- Version: 2.1.dev
- Version: 2.2.0
- `Package <https://sourceforge.net/projects/slpkg/files/slpkg/binary/>`_
- `Source <https://github.com/dslackw/slpkg/archive/v2.1.dev.tar.gz>`_
- `Source <https://github.com/dslackw/slpkg/archive/v2.2.0.tar.gz>`_
- `CHANGELOG <https://github.com/dslackw/slpkg/blob/master/CHANGELOG>`_
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/logo.png
@ -140,8 +140,8 @@ Untar the archive and run install.sh script:
.. code-block:: bash
$ tar xvf slpkg-2.1.dev.tar.gz
$ cd slpkg-2.1.dev
$ tar xvf slpkg-2.2.0.tar.gz
$ cd slpkg-2.2.0
$ ./install.sh
From SourceForge:

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
VERSION=${VERSION:-2.1.x-dev}
VERSION=${VERSION:-2.2.0}
TAG=${TAG:-_dsw}
# Installation script.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
VERSION=${VERSION:-2.1.x-dev}
VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_dsw}