Updated to version 3.4.3

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-05-19 17:04:26 +02:00
parent 98487d5514
commit a8460cd8a7
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
3.4.3 - 03/02/2019
3.4.3 - 19/05/2019
Updated:
- Update gen_repos_files.sh to version 1.94
Fixed:

View file

@ -1,4 +1,4 @@
# slpkg 3.4.2
# slpkg 3.4.3
Slpkg is a powerful software package manager that installs, updates, and removes packages on
[Slackware](http://www.slackware.com/) based systems. It automatically computes dependencies and

View file

@ -78,7 +78,7 @@ class MetaData(object):
__all__ = "slpkg"
__author__ = "dslackw"
__version_info__ = (3, 4, 2)
__version_info__ = (3, 4, 3)
__version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com"