Update versions

master 2.2.30
Mike Hiretsky 12 years ago
parent 47be9ca10a
commit 2c1b820115

@ -7,7 +7,7 @@ calculate-desktop 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.29 calculate-lib >= 2.2.30
To install calculate-desktop, just execute the install script 'setup.py'. To install calculate-desktop, 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.29" __version__ = "2.2.30"
__app__ = "calculate-desktop" __app__ = "calculate-desktop"
import os import os

@ -24,7 +24,7 @@ from distutils.command.install_data import install_data
__app__ = "calculate-desktop" __app__ = "calculate-desktop"
__version__ = "2.2.29" __version__ = "2.2.30"
data_files = [] data_files = []

Loading…
Cancel
Save