Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Brötzmann
gajim
Commits
919eea4f
Commit
919eea4f
authored
Jul 28, 2013
by
Yann Leboulanger
Browse files
prepare 0.16-alpha2 release
parent
c61dcbc5
Changes
4
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
919eea4f
#!/usr/bin/env bash
gajimversion
=
"0.16-alpha
1
"
gajimversion
=
"0.16-alpha
2
"
if
[
-d
".hg"
]
;
then
node
=
$(
hg tip
--template
"{node}"
)
hgversion
=
"-
${
node
:0:12
}
"
...
...
debian/changelog
View file @
919eea4f
gajim
(
0.16
~
alpha2
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
--
Yann
Leboulanger
<
yann
@
leboulanger
.
org
>
Sun
,
28
Jul
2013
13
:
29
:
41
+
0200
gajim
(
0.16
~
alpha1
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
...
...
setup_win32.py
View file @
919eea4f
...
...
@@ -51,7 +51,7 @@
setup
(
name
=
'Gajim'
,
version
=
'0.1
5.1
'
,
version
=
'0.1
6
'
,
description
=
'A full featured Jabber client'
,
author
=
'Gajim Development Team'
,
url
=
'http://gajim.org/'
,
...
...
src/common/defs.py
View file @
919eea4f
...
...
@@ -27,7 +27,7 @@
basedir
=
'../'
localedir
=
'../po'
version
=
'0.16-alpha
1
'
version
=
'0.16-alpha
2
'
import
subprocess
try
:
node
=
subprocess
.
Popen
(
'hg tip --template "{node|short}"'
,
shell
=
True
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment