From 9fa732126d80e23745543cc62fe63ed4498fc858 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Mon, 4 Dec 2023 21:10:41 -0600 Subject: [PATCH] Moving to Beta 4. --- build-all.sh | 4 ++-- src/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-all.sh b/build-all.sh index 977dd68ee..0d1f6befe 100755 --- a/build-all.sh +++ b/build-all.sh @@ -48,7 +48,7 @@ function buildAll() { mkdir -p ${G_GENERATED} -if [[ 0 == 1 ]]; then +if [[ 1 == 1 ]]; then pushd thirdparty/bzip2 clearAndEnterBuild cmake ${COMMON} \ @@ -501,7 +501,7 @@ sudo apt-get install -y \ buildAll linux x86_64 2>&1 | tee ${G_BUILDDIR}/linux-x86_64.log -#buildAll windows x86_64 2>&1 | tee ${G_BUILDDIR}/windows-x86_64.log +buildAll windows x86_64 2>&1 | tee ${G_BUILDDIR}/windows-x86_64.log #buildAll linux x86 #buildAll macos aarch64 diff --git a/src/main.c b/src/main.c index ad57164b7..52d27e9a1 100644 --- a/src/main.c +++ b/src/main.c @@ -720,7 +720,7 @@ void showHeader(void) { // 00000000011111111112222222222333333333344444444445555555555666666666677777777778 // 12345678901234567890123456789012345678901234567890123456789012345678901234567890 utilSay(" ___ ___ _ _ ___ ___"); - utilSay("/ __|_ _| \\| |/ __| __| Somewhat Interactive Nostalgic Game Engine %s Beta 3", VERSION_STRING); + utilSay("/ __|_ _| \\| |/ __| __| Somewhat Interactive Nostalgic Game Engine %s Beta 4", VERSION_STRING); utilSay("\\__ \\| || .` | (_ | _| Copyright (c) 2006-%s Scott C. Duensing", COPYRIGHT_END_YEAR); utilSay("|___/___|_|\\_|\\___|___| https://KangarooPunch.com https://SingeEngine.com"); utilSay("");