From bac3600b2618d35c54d4169bde8db7d9a58149f0 Mon Sep 17 00:00:00 2001 From: zecruel Date: Mon, 30 Oct 2023 10:39:23 +0000 Subject: [PATCH] Update version to 0.4.1 - 2023 --- macos/CadZinho.app/Contents/Info.plist | 4 ++-- src/dxf.h | 2 +- windows/cadzinho.wxs | 2 +- windows/cz.rc | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/macos/CadZinho.app/Contents/Info.plist b/macos/CadZinho.app/Contents/Info.plist index c84bb967..ec877000 100644 --- a/macos/CadZinho.app/Contents/Info.plist +++ b/macos/CadZinho.app/Contents/Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.4.0 + 0.4.1 CFBundleSpokenName cad zinho CFBundleVersion - 0.4.0 + 0.4.1 NSHumanReadableCopyright CadZinho 2023 by Zecruel - MIT Licence diff --git a/src/dxf.h b/src/dxf.h index 4a7bc5a7..47f537a2 100644 --- a/src/dxf.h +++ b/src/dxf.h @@ -18,7 +18,7 @@ #define DXF_MAX_PAT 12 #define DXF_POOL_PAGES 1000 -#define CZ_VERSION "0.4.0 - 2023" +#define CZ_VERSION "0.4.1 - 2023" extern strpool_t obj_pool; diff --git a/windows/cadzinho.wxs b/windows/cadzinho.wxs index 6ed4e392..7b459f44 100644 --- a/windows/cadzinho.wxs +++ b/windows/cadzinho.wxs @@ -3,7 +3,7 @@ + Version='0.4.1' Manufacturer='ZeCruel'>