mirror of https://github.com/PCSX2/pcsx2.git
bump some version numbers to 1.4
I may have miss a couple of them.
This commit is contained in:
parent
ac0d7f74cf
commit
aca2f1434b
|
@ -31,7 +31,7 @@ EOF
|
|||
|
||||
# Default value
|
||||
GIT_SHA1=0;
|
||||
BRANCH="master"
|
||||
BRANCH="1.4.x"
|
||||
while [ -n "$1" ]; do
|
||||
case $1 in
|
||||
-help|-h ) help;shift 1;;
|
||||
|
|
|
@ -21,7 +21,7 @@ set -e
|
|||
######################################################################
|
||||
# Script configuration
|
||||
######################################################################
|
||||
VERSION=1.3.0
|
||||
VERSION=1.4.0
|
||||
COPYRIGHT="PCSX2 Dev Team"
|
||||
BUG_MAIL="https://github.com/PCSX2/pcsx2/issues"
|
||||
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
#pragma once
|
||||
|
||||
static const int PCSX2_VersionHi = 1;
|
||||
static const int PCSX2_VersionMid = 3;
|
||||
static const int PCSX2_VersionLo = 1;
|
||||
static const bool PCSX2_isReleaseVersion = 0;
|
||||
static const int PCSX2_VersionMid = 4;
|
||||
static const int PCSX2_VersionLo = 0;
|
||||
static const bool PCSX2_isReleaseVersion = 1;
|
||||
|
||||
class SysCoreThread;
|
||||
|
||||
|
|
Loading…
Reference in New Issue