1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-11 00:58:39 +03:00

fixing versions. Too much changes, we are going to give out it as 1.9.0

This commit is contained in:
Adolfo Gómez García 2015-05-05 07:01:09 +02:00
parent 5db3429b2c
commit e0d2abbbd6
5 changed files with 9 additions and 9 deletions

View File

@ -34,14 +34,14 @@ from __future__ import unicode_literals
# On centos, old six release does not includes byte2int, nor six.PY2
import six
VERSION = '1.7.5'
VERSION = '1.9.0'
__title__ = 'udsactor'
__version__ = VERSION
__build__ = 0x010750
__author__ = 'Adolfo Gómez'
__license__ = "BSD 3-clause"
__copyright__ = "Copyright 2014-205 VirtualCable S.L.U."
__copyright__ = "Copyright 2014-2015 VirtualCable S.L.U."
if not hasattr(six, 'byte2int'):

View File

@ -1,4 +1,4 @@
/udsclient-opensuse-1.*.spec
/udsclient-1.*.spec
/udsclient-opensuse-[0-9]*.spec
/udsclient-[0-9]*.spec
/debian/udsclient
/targz

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.7.5
VERSION=1.9.0
RELEASE=1
# Debian based
dpkg-buildpackage -b

View File

@ -34,11 +34,11 @@ from __future__ import unicode_literals
# On centos, old six release does not includes byte2int, nor six.PY2
import six
VERSION = '1.7.5'
VERSION = '1.9.0'
__title__ = 'udclient'
__version__ = VERSION
__build__ = 0x010750
__author__ = 'Adolfo Gómez'
__license__ = "BSD 3-clause"
__copyright__ = "Copyright 2014-205 VirtualCable S.L.U."
__copyright__ = "Copyright 2014-2015 VirtualCable S.L.U."

View File

@ -50,8 +50,8 @@ import logging
logger = logging.getLogger(__name__)
CLIENT_VERSION = '1.7.5'
REQUIRED_CLIENT_VERSION = '1.7.5'
CLIENT_VERSION = '1.9.0'
REQUIRED_CLIENT_VERSION = '1.9.0'
# Enclosed methods under /actor path