Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
It's still time to switch to the new stable release before massive breakage ;)
  • Loading branch information
gregory38 committed Jan 8, 2016
1 parent 3451f7e commit 58ba678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcsx2/SysForwardDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#pragma once

static const int PCSX2_VersionHi = 1;
static const int PCSX2_VersionMid = 3;
static const int PCSX2_VersionLo = 1;
static const int PCSX2_VersionMid = 5;
static const int PCSX2_VersionLo = 0;
static const bool PCSX2_isReleaseVersion = 0;

class SysCoreThread;
Expand Down

0 comments on commit 58ba678

Please sign in to comment.