Increase version.

master 2.2.7
Mike Hiretsky 13 years ago
parent fbb3c42faa
commit 32f22e8f1d

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

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

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

Loading…
Cancel
Save