Update versions

master 2.2.28
Mike Hiretsky 12 years ago
parent 379711b74d
commit db433d5b37

@ -4,7 +4,7 @@ INSTALL
-------
calculate-install needs the following library version installed, in order to run:
calculate-lib >= 2.2.27
calculate-lib >= 2.2.28
To install calculate-install , 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.27"
__version__ = "2.2.28"
__app__ = "calculate-install"
import os

@ -169,7 +169,7 @@ class build( distutils.command.build.build ) :
setup(
name = 'calculate-install',
version = "2.2.27",
version = "2.2.28",
description = "Calculate Linux installer",
author = "Calculate Ltd.",
author_email = "support@calculate.ru",

Loading…
Cancel
Save