From: Stephen Seo Date: Tue, 28 Jan 2025 03:39:00 +0000 (+0900) Subject: Set version.h to have a default version string X-Git-Tag: 1.12^2~2 X-Git-Url: https://git.seodisparate.com/stephenseo/static/gitweb.js?a=commitdiff_plain;h=5aedeb0406006d2b56c4baf9b73efe26bd4955c5;p=SimpleArchiver Set version.h to have a default version string --- diff --git a/src/version.h b/src/version.h index 0a693ff..24a6ae7 100644 --- a/src/version.h +++ b/src/version.h @@ -20,7 +20,7 @@ #define SEODISPARATE_COM_SIMPLE_ARCHIVER_VERSION_H_ #ifndef SIMPLE_ARCHIVER_VERSION_STR -#define SIMPLE_ARCHIVER_VERSION_STR "UnknownVersion" +#define SIMPLE_ARCHIVER_VERSION_STR "1.11" #endif #endif