alpha -> beta
This commit is contained in:
parent
72277c52c2
commit
96ec9fb6bf
5 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
AC_INIT([Gajim - A Jabber Instant Messager],
|
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])
|
AC_PREREQ([2.59])
|
||||||
AM_INIT_AUTOMAKE([1.8])
|
AM_INIT_AUTOMAKE([1.8])
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
|
@ -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" "DisplayName" "Gajim"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe"
|
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" "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/"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
|
||||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ from shutil import move, copy, copytree, rmtree
|
||||||
|
|
||||||
GTK_DIR="/Library/Frameworks/GTK+.framework/Versions/Current"
|
GTK_DIR="/Library/Frameworks/GTK+.framework/Versions/Current"
|
||||||
NAME = 'Gajim'
|
NAME = 'Gajim'
|
||||||
VERSION = '0.12-alpha1'
|
VERSION = '0.12-beta1'
|
||||||
DESCRIPTION = 'A full featured Jabber client'
|
DESCRIPTION = 'A full featured Jabber client'
|
||||||
AUTHOR = 'Gajim Development Team'
|
AUTHOR = 'Gajim Development Team'
|
||||||
URL = 'http://www.gajim.org/'
|
URL = 'http://www.gajim.org/'
|
||||||
|
|
|
@ -60,7 +60,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'Gajim',
|
name = 'Gajim',
|
||||||
version = '0.12-alpha1',
|
version = '0.12-beta1',
|
||||||
description = 'A full featured Jabber client',
|
description = 'A full featured Jabber client',
|
||||||
author = 'Gajim Development Team',
|
author = 'Gajim Development Team',
|
||||||
url = 'http://www.gajim.org/',
|
url = 'http://www.gajim.org/',
|
||||||
|
|
|
@ -28,7 +28,7 @@ import re
|
||||||
docdir = '../'
|
docdir = '../'
|
||||||
datadir = '../'
|
datadir = '../'
|
||||||
|
|
||||||
version = '0.12-alpha1'
|
version = '0.12-beta1'
|
||||||
|
|
||||||
import sys, os.path
|
import sys, os.path
|
||||||
for base in ('.', 'common'):
|
for base in ('.', 'common'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue