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:
parent
5db3429b2c
commit
e0d2abbbd6
@ -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'):
|
||||
|
4
client/linux/.gitignore
vendored
4
client/linux/.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
/udsclient-opensuse-1.*.spec
|
||||
/udsclient-1.*.spec
|
||||
/udsclient-opensuse-[0-9]*.spec
|
||||
/udsclient-[0-9]*.spec
|
||||
/debian/udsclient
|
||||
/targz
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=1.7.5
|
||||
VERSION=1.9.0
|
||||
RELEASE=1
|
||||
# Debian based
|
||||
dpkg-buildpackage -b
|
||||
|
@ -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."
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user