Skip to content

Commit

Permalink
New version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed May 14, 2017
1 parent 5b134f6 commit a2b8918
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion about.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "client.h"
#include "lobbyList.h"

#define VERSION "1.6.4.1"
#define VERSION "1.6.5"

void start_about(spFontPointer font, void ( *resize )( Uint16 w, Uint16 h ));
void start_help(spFontPointer font, void ( *resize )( Uint16 w, Uint16 h ));
Expand Down
7 changes: 5 additions & 2 deletions build/pandora/hase/PXML.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- This is a sample PXML.xml file making use of many different things.-->
<PXML xmlns="http://openpandora.org/namespaces/PXML">
<package id="hase_prototype-hase_prototype-12345">
<version major="1" minor="6" release="4" build="1"/>
<version major="1" minor="6" release="5" build="0"/>
<author name="Ziz" website="http://ziz.openhandhelds.org"/>
<titles>
<title lang="en_US">
Expand All @@ -17,6 +17,9 @@ The used fonts are Pixel Mania by HiBan (CC-BY-SA) and DejaVu Sans (Public Domai
Changelog
=========

1.6.5:
- Improved camera handling, especially for small device screens

1.6.4.1:
- Fixed crash with "kill above hare" weapon

Expand Down Expand Up @@ -381,7 +384,7 @@ Changelog
</package>
<application id="hase_prototype-hase_prototype-12345" appdata="hase_prototype">
<exec command="./hase.sh"/>
<version major="1" minor="6" release="4" build="1" type="release"/>
<version major="1" minor="6" release="5" build="0" type="release"/>
<!--This program's version-->
<osversion major="1" minor="0" release="0" build="0"/>
<!--The minimum OS version required-->
Expand Down
3 changes: 3 additions & 0 deletions hase_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The music is from Kevin MacLeod (CC-BY-SA)\nwww.incompetech.com
Changelog
=========

1.6.5:
- Improved camera handling, especially for small device screens

1.6.4.1:
- Fixed crash with "kill above hare" weapon

Expand Down
2 changes: 1 addition & 1 deletion make_release_packages.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
PROGRAM="hase"
VERSION="1.6.4.1"
VERSION="1.6.5"
DEST=./build/*
ZIP_CALL="7z a -t7z -m0=LZMA -mmt=on -mx=9 -md=256m -mfb=512 -ms=on upload.7z"
RM_CALL="rm upload.7z"
Expand Down

0 comments on commit a2b8918

Please sign in to comment.