diff --git a/common/lc_global.h b/common/lc_global.h index 709513d3..86b5a349 100644 --- a/common/lc_global.h +++ b/common/lc_global.h @@ -55,9 +55,9 @@ char* strupr(char* string); // Version number. #define LC_VERSION_MAJOR 21 -#define LC_VERSION_MINOR 01 +#define LC_VERSION_MINOR 03 #define LC_VERSION_PATCH 0 -#define LC_VERSION_TEXT "21.01" +#define LC_VERSION_TEXT "21.03" // Forward declarations. class Project; diff --git a/docs/leocad.1 b/docs/leocad.1 index 94cb98a1..d6becbc2 100644 --- a/docs/leocad.1 +++ b/docs/leocad.1 @@ -1,4 +1,4 @@ -.TH LEOCAD 1 "26 January 2021" +.TH LEOCAD 1 "14 March 2021" .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection .\" other params are allowed: see man(7), man(1) .SH NAME diff --git a/leocad.pro b/leocad.pro index 5b9abb49..f72270e6 100644 --- a/leocad.pro +++ b/leocad.pro @@ -20,7 +20,7 @@ CONFIG += precompile_header incremental c++11 force_debug_info win32 { RC_ICONS = resources/leocad.ico - VERSION = 21.1.0.0 + VERSION = 21.3.0.0 QMAKE_TARGET_COMPANY = LeoCAD Software QMAKE_TARGET_DESCRIPTION = LeoCAD QMAKE_TARGET_COPYRIGHT = "Copyright (C) LeoCAD.org" diff --git a/qt/Info.plist b/qt/Info.plist index 69f271ec..4f0f2073 100644 --- a/qt/Info.plist +++ b/qt/Info.plist @@ -63,7 +63,7 @@ CFBundleSignature LCAD CFBundleVersion - 21.01.0 + 21.03.0 CFBundleDisplayName LeoCAD CFBundleName