From 6d5499058069bd88c8abac69d8dc115c1150c990 Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Tue, 18 May 2021 20:19:56 -0400 Subject: [PATCH] Updated version to 2.4.0 in anticipation of upcoming release. --- pipelines/debpkg.pl | 2 +- pipelines/macOS_build.sh | 2 +- readme.md | 4 ++-- src/version.h | 4 ++-- web/download.html | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pipelines/debpkg.pl b/pipelines/debpkg.pl index 036a8d00..d2ee1e2a 100755 --- a/pipelines/debpkg.pl +++ b/pipelines/debpkg.pl @@ -2,7 +2,7 @@ use strict; -my $VERSION="2.3.0"; +my $VERSION="2.4.0"; my $INSTALL_PREFIX="/tmp/fceux"; my $CTL_FILENAME="$INSTALL_PREFIX/DEBIAN/control"; my $ARCH="amd64"; diff --git a/pipelines/macOS_build.sh b/pipelines/macOS_build.sh index d8c9a64a..6d80fd3b 100755 --- a/pipelines/macOS_build.sh +++ b/pipelines/macOS_build.sh @@ -9,7 +9,7 @@ sw_vers QT_MAJOR=5; QT_PKGNAME=qt$QT_MAJOR; FCEUX_VERSION_MAJOR=2 -FCEUX_VERSION_MINOR=3 +FCEUX_VERSION_MINOR=4 FCEUX_VERSION_PATCH=0 SDL2_VERSION=2.0.14 diff --git a/readme.md b/readme.md index a794bee1..0822fe4a 100644 --- a/readme.md +++ b/readme.md @@ -8,8 +8,8 @@ Interim builds: * Win32: [fceux.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux.zip?branch=master&job=Windows%2032) * Win64: [fceux64.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux64.zip?branch=master&job=Windows%2064) * Win64 Qt/SDL: [qfceux64.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/qfceux64.zip?branch=master&job=Win64%20Qt) -* Ubuntu: [fceux-2.3.0-amd64.deb](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-amd64.deb?branch=master&job=Ubuntu) -* MacOSX: [fceux-2.3.0-Darwin.dmg](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-Darwin.dmg?branch=master&job=MacOS) +* Ubuntu: [fceux-2.4.0-amd64.deb](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.4.0-amd64.deb?branch=master&job=Ubuntu) +* MacOSX: [fceux-2.4.0-Darwin.dmg](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.4.0-Darwin.dmg?branch=master&job=MacOS) * Status: [Appveyor](https://ci.appveyor.com/project/zeromus/fceux/) But you might like mesen more: https://github.com/SourMesen/Mesen diff --git a/src/version.h b/src/version.h index 0e331c6d..c473687e 100644 --- a/src/version.h +++ b/src/version.h @@ -61,7 +61,7 @@ #endif #define FCEU_VERSION_MAJOR 2 -#define FCEU_VERSION_MINOR 3 +#define FCEU_VERSION_MINOR 4 #define FCEU_VERSION_PATCH 0 #define FCEU_VERSION_NUMERIC ( (FCEU_VERSION_MAJOR*10000) + (FCEU_VERSION_MINOR*100) + (FCEU_VERSION_PATCH) ) @@ -69,7 +69,7 @@ #define FCEU_VERSION_MINOR_DECODE(x) ( (x / 100) % 100 ) #define FCEU_VERSION_PATCH_DECODE(x) (x % 100) -#define FCEU_VERSION_STRING "2.3.0" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER +#define FCEU_VERSION_STRING "2.4.0" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER #define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING #endif diff --git a/web/download.html b/web/download.html index 1fa84030..3fb9da13 100644 --- a/web/download.html +++ b/web/download.html @@ -79,8 +79,8 @@
  • Windows 32-bit
  • Windows 64-bit
  • Win 64 Qt/SDL
  • -
  • Ubuntu Linux
  • -
  • Mac OS X
  • +
  • Ubuntu Linux
  • +
  • Mac OS X
  • Source Code