diff --git a/.github/build/linux/release.sh b/.github/build/linux/release.sh index 29e4591..931a294 100755 --- a/.github/build/linux/release.sh +++ b/.github/build/linux/release.sh @@ -1,2 +1,2 @@ #!/bin/sh -make release +make qvmops diff --git a/.github/build/windows/release.bat b/.github/build/windows/release.bat index c74a3c7..8e46434 100644 --- a/.github/build/windows/release.bat +++ b/.github/build/windows/release.bat @@ -1 +1 @@ -msbuild .\msvc\qvmops.vcxproj /p:Configuration=Release /p:Platform=x86 +msbuild .\qvmops.vcxproj /p:Configuration=Release /p:Platform=x86 diff --git a/main.c b/main.c index 93190ea..0adcbc2 100644 --- a/main.c +++ b/main.c @@ -5,11 +5,11 @@ Copyright 2004-2024 3-clause BSD license: https://opensource.org/license/bsd-3-clause Created By: - Kevin Masterson < cybermind@gmail.com > + Kevin Masterson < k.m.masterson@gmail.com > */ -#define QVMOPS_VERSION "1.1.1" +#define QVMOPS_VERSION "1.1.2" #define _CRT_SECURE_NO_WARNINGS 1 #include