diff options
author | notaz | 2015-01-14 00:47:44 +0200 |
---|---|---|
committer | notaz | 2015-01-14 00:47:44 +0200 |
commit | ba10822d813767632c528102055e3eeb54730b2c (patch) | |
tree | 854c202544c75e486d4243b34366162f03f082eb /frontend/pandora | |
parent | cbcadc5fc857583158f3c61f5e2bc24b24c8690a (diff) | |
download | pcsx_rearmed-ba10822d813767632c528102055e3eeb54730b2c.tar.gz pcsx_rearmed-ba10822d813767632c528102055e3eeb54730b2c.tar.bz2 pcsx_rearmed-ba10822d813767632c528102055e3eeb54730b2c.zip |
frontend: pandora: work around r20a vs r21 versioning
otherwise PNDManager doesn't want to update..
Diffstat (limited to 'frontend/pandora')
-rw-r--r-- | frontend/pandora/pcsx.pxml.templ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/pandora/pcsx.pxml.templ b/frontend/pandora/pcsx.pxml.templ index 7ae3c6c..f748065 100644 --- a/frontend/pandora/pcsx.pxml.templ +++ b/frontend/pandora/pcsx.pxml.templ @@ -4,7 +4,7 @@ <titles> <title lang="en_US">PCSX ReARMed</title> </titles> - <version major="1" minor="9" release="92" build="%PR%"/> + <version major="1" minor="9" release="93" build="%PR%"/> <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/> </package> <application id="pcsx_rearmed.notaz.%PR%" appdata="pcsx_rearmed"> @@ -25,7 +25,7 @@ The emulator features MIPS->ARM recompiler by Ari64 and ARM NEON GPU by Exophase <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/> - <version major="1" minor="9" release="92" build="%PR%"/> + <version major="1" minor="9" release="93" build="%PR%"/> <licenses> <license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git"/> |