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-01-29 22:21:19 +0300
committermjbudd77 <mjbudd77@gmail.com>2022-01-29 22:21:19 +0300
commit1f200219461704a279567a5d6c20af7a2ec00ae8 (patch)
tree1f14ce743301fe82bacf16747ccf16881e7022d0 /pipelines
parentf87602f70338ab6bb312e7381b1eab4fa5599926 (diff)
Bump patch level to differentiate interim dev builds from last 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 87167b15..9d2198b5 100755
--- a/pipelines/debpkg.pl
+++ b/pipelines/debpkg.pl
@@ -2,7 +2,7 @@
use strict;
-my $VERSION="2.6.1";
+my $VERSION="2.6.2";
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 b1a458e4..c05230af 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=1
+FCEUX_VERSION_PATCH=2
SDL2_VERSION=2.0.14
SCRIPT_DIR=$( cd $(dirname $BASH_SOURCE[0]); pwd );