Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-08-12 20:12:25 +0400
committerjs <js-gajim@webkeks.org>2008-08-12 20:12:25 +0400
commite4027ff2ddb8816957168208f84469196b6fc1d5 (patch)
tree1b65ea8eae22fb994b70a17e355dc51326a8aa07
parentad901d645f01d90aaeeaed7d26760f0ba47d18e5 (diff)
Update version properly. We should repackage 0.12-alpha1!
-rw-r--r--autopackage/default.apspec2
-rw-r--r--gajim.nsi2
-rw-r--r--setup_osx.py4
-rw-r--r--setup_win32.py4
4 files changed, 6 insertions, 6 deletions
diff --git a/autopackage/default.apspec b/autopackage/default.apspec
index 57bef1f61..adba5317a 100644
--- a/autopackage/default.apspec
+++ b/autopackage/default.apspec
@@ -9,7 +9,7 @@ Packager: Filippos Papadopoulos <psybases@gmail.com>
Summary: Gajim is a Jabber client written in Python.
URL: http://www.gajim.org/
License: GNU General Public License, Version 2
-SoftwareVersion: 0.11.1
+SoftwareVersion: 0.12-alpha1
AutopackageTarget: 1.0
PackageVersion: 1
diff --git a/gajim.nsi b/gajim.nsi
index 8b0567916..a67228f1c 100644
--- a/gajim.nsi
+++ b/gajim.nsi
@@ -164,7 +164,7 @@ Section "Gajim" SecGajim
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\bin\Gajim.exe"
- WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.11.4.4-svn"
+ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.12-alpha1"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
diff --git a/setup_osx.py b/setup_osx.py
index 6459cdb6b..18bf34961 100644
--- a/setup_osx.py
+++ b/setup_osx.py
@@ -14,7 +14,7 @@ from shutil import move, copy, copytree, rmtree
GTK_DIR="/Library/Frameworks/GTK+.framework/Versions/Current"
NAME = 'Gajim'
-VERSION = '0.11'
+VERSION = '0.12-alpha1'
DESCRIPTION = 'A full featured Jabber client'
AUTHOR = 'Gajim Development Team'
URL = 'http://www.gajim.org/'
@@ -199,4 +199,4 @@ elif sys.argv[1] == "build":
elif sys.argv[1] == "dist":
distApp()
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3:
diff --git a/setup_win32.py b/setup_win32.py
index 103b6839d..968229fc5 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -58,7 +58,7 @@ except ImportError:
setup(
name = 'Gajim',
- version = '0.11.4.4-svn',
+ version = '0.12-alpha1',
description = 'A full featured Jabber client',
author = 'Gajim Development Team',
url = 'http://www.gajim.org/',
@@ -76,4 +76,4 @@ setup(
],
)
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3: