Skip to content

Commit

Permalink
New version 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
theZiz committed Aug 6, 2020
1 parent 7c994c8 commit df2b65c
Show file tree
Hide file tree
Showing 4 changed files with 14 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.7"
#define VERSION "1.6.8"

void start_about(spFontPointer font, void ( *resize )( Uint16 w, Uint16 h ));
void start_help(spFontPointer font, void ( *resize )( Uint16 w, Uint16 h ));
Expand Down
9 changes: 7 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="7" build="0"/>
<version major="1" minor="6" release="8" build="0"/>
<author name="Ziz" website="http://ziz.openhandhelds.org"/>
<titles>
<title lang="en_US">
Expand All @@ -17,6 +17,11 @@ The used fonts are Pixel Mania by HiBan (CC-BY-SA) and DejaVu Sans (Public Domai
Changelog
=========

1.6.8:
- Added the irc server, channel and ports as config option
- Moved to another server again and furthermore a new irc server
- Fixed random crash caused by IRC chat

1.6.7:
- Ported the server to php7 and moved to different server per default

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

1.6.8:
- Added the irc server, channel and ports as config option
- Moved to another server again and furthermore a new irc server
- Fixed random crash caused by IRC chat

1.6.7:
- Ported the server to php7 and moved to different server per default

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.7"
VERSION="1.6.8"
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 df2b65c

Please sign in to comment.