Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjbudd77 <mjbudd77@gmail.com>2022-03-11 04:00:44 +0300
committermjbudd77 <mjbudd77@gmail.com>2022-03-11 04:00:44 +0300
commit2ded6783f3d6694249ae69729a7fa617faea92d9 (patch)
tree050f78969c87d851cb99374f1481bb18968b3023 /pipelines
parent93a084caad5691549c81ad6356aba560eafb59db (diff)
Bump version number to next patch level to differentiate from previous release.
Diffstat (limited to 'pipelines')
-rwxr-xr-xpipelines/debpkg.pl2
-rwxr-xr-xpipelines/macOS_build.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/pipelines/debpkg.pl b/pipelines/debpkg.pl
index aa929b79..758e5d02 100755
--- a/pipelines/debpkg.pl
+++ b/pipelines/debpkg.pl
@@ -2,7 +2,7 @@
use strict;
-my $VERSION="2.6.3";
+my $VERSION="2.6.4";
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 6689e47b..e4ef91fa 100755
--- a/pipelines/macOS_build.sh
+++ b/pipelines/macOS_build.sh
@@ -10,7 +10,7 @@ QT_MAJOR=5;
QT_PKGNAME=qt$QT_MAJOR;
FCEUX_VERSION_MAJOR=2
FCEUX_VERSION_MINOR=6
-FCEUX_VERSION_PATCH=3
+FCEUX_VERSION_PATCH=4
SDL2_VERSION=2.0.20
SCRIPT_DIR=$( cd $(dirname $BASH_SOURCE[0]); pwd );