From 96ec9fb6bf85674d249ce011cb034c5398e4efb8 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 11 Nov 2008 20:45:44 +0000
Subject: [PATCH] alpha -> beta

---
 configure.ac       | 2 +-
 gajim.nsi          | 2 +-
 setup_osx.py       | 2 +-
 setup_win32.py     | 2 +-
 src/common/defs.py | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index db969e3129..39962bbe61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([Gajim - A Jabber Instant Messager],
-		[0.12-alpha1],[http://trac.gajim.org/],[gajim])
+		[0.12-beta1],[http://trac.gajim.org/],[gajim])
 AC_PREREQ([2.59])
 AM_INIT_AUTOMAKE([1.8])
 AC_CONFIG_HEADER(config.h)
diff --git a/gajim.nsi b/gajim.nsi
index daac7c10ef..f38a5f1233 100644
--- a/gajim.nsi
+++ b/gajim.nsi
@@ -189,7 +189,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.12-alpha1"
+	WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.12-beta1"
 	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 b92c26f651..12bc6a12b2 100644
--- a/setup_osx.py
+++ b/setup_osx.py
@@ -35,7 +35,7 @@ from shutil import move, copy, copytree, rmtree
 
 GTK_DIR="/Library/Frameworks/GTK+.framework/Versions/Current"
 NAME = 'Gajim'
-VERSION = '0.12-alpha1'
+VERSION = '0.12-beta1'
 DESCRIPTION = 'A full featured Jabber client'
 AUTHOR = 'Gajim Development Team'
 URL = 'http://www.gajim.org/'
diff --git a/setup_win32.py b/setup_win32.py
index d421357704..d19f00ad28 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -60,7 +60,7 @@ except ImportError:
 
 setup(
     name = 'Gajim',
-    version = '0.12-alpha1',
+    version = '0.12-beta1',
     description = 'A full featured Jabber client',
     author = 'Gajim Development Team',
     url = 'http://www.gajim.org/',
diff --git a/src/common/defs.py b/src/common/defs.py
index 55a2b92bd4..1c418a1802 100644
--- a/src/common/defs.py
+++ b/src/common/defs.py
@@ -28,7 +28,7 @@ import re
 docdir = '../'
 datadir = '../'
 
-version = '0.12-alpha1'
+version = '0.12-beta1'
 
 import sys, os.path
 for base in ('.', 'common'):
-- 
GitLab