Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eta
gajim
Commits
e4027ff2
Commit
e4027ff2
authored
16 years ago
by
js
Browse files
Options
Downloads
Patches
Plain Diff
Update version properly. We should repackage 0.12-alpha1!
parent
ad901d64
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
autopackage/default.apspec
+1
-1
1 addition, 1 deletion
autopackage/default.apspec
gajim.nsi
+1
-1
1 addition, 1 deletion
gajim.nsi
setup_osx.py
+2
-2
2 additions, 2 deletions
setup_osx.py
setup_win32.py
+2
-2
2 additions, 2 deletions
setup_win32.py
with
6 additions
and
6 deletions
autopackage/default.apspec
+
1
−
1
View file @
e4027ff2
...
...
@@ -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.1
1.
1
SoftwareVersion: 0.1
2-alpha
1
AutopackageTarget: 1.0
PackageVersion: 1
...
...
This diff is collapsed.
Click to expand it.
gajim.nsi
+
1
−
1
View file @
e4027ff2
...
...
@@ -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.1
1.4.4-svn
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.1
2-alpha1
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
...
...
This diff is collapsed.
Click to expand it.
setup_osx.py
+
2
−
2
View file @
e4027ff2
...
...
@@ -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.1
2-alpha
1
'
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:
This diff is collapsed.
Click to expand it.
setup_win32.py
+
2
−
2
View file @
e4027ff2
...
...
@@ -58,7 +58,7 @@ except ImportError:
setup
(
name
=
'
Gajim
'
,
version
=
'
0.1
1.4.4-svn
'
,
version
=
'
0.1
2-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:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment