From 022768b3d8083aa175cd01612f9bbfa51d3b7ac0 Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Thu, 28 Mar 2024 19:14:16 -0500 Subject: [PATCH] Bump version. --- product.version | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/product.version b/product.version index afaf360..1cc5f65 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/src/version.h b/src/version.h index 11591f5..95859f4 100644 --- a/src/version.h +++ b/src/version.h @@ -18,9 +18,9 @@ #define SM_BUILD_TAG "-manual" #define SM_BUILD_UNIQUEID "[MANUAL BUILD]" -#define SM_VERSION "1.0.0" +#define SM_VERSION "1.1.0" #define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG -#define SM_FILE_VERSION 1,0,0,0 +#define SM_FILE_VERSION 1,1,0,0 #endif