Version bump

master3.3 2.2.15
Mike Hiretsky 13 years ago
parent bd8c0de75e
commit e6e826ed36

@ -7,8 +7,8 @@ calculate-client needs the following library version installed, in order to run:
Python >= 2.5 Python >= 2.5
python-ldap >= 2.0.0 python-ldap >= 2.0.0
pyxml >= 0.8 pyxml >= 0.8
calculate-lib >= 2.2.14 calculate-lib >= 2.2.15
calculate-desktop >= 2.2.14 calculate-desktop >= 2.2.15
To install calculate-client, just execute the install script 'setup.py'. To install calculate-client, just execute the install script 'setup.py'.
Example: Example:

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "2.2.14" __version__ = "2.2.15"
__app__ = "calculate-client" __app__ = "calculate-client"
import os import os

@ -22,7 +22,7 @@ import stat
from distutils.core import setup, Extension from distutils.core import setup, Extension
from distutils.command.install_data import install_data from distutils.command.install_data import install_data
__version__ = "2.2.14" __version__ = "2.2.15"
__app__ = "calculate-client" __app__ = "calculate-client"

Loading…
Cancel
Save