From 548bb3fe162a0cf812db5f23fd9324ee24f43390 Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Tue, 12 Jan 2021 15:12:48 -0800 Subject: [PATCH] Updated version number. --- common/lc_global.h | 8 ++++---- leocad.pro | 2 +- qt/Info.plist | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/lc_global.h b/common/lc_global.h index 25b63144..21725bb2 100644 --- a/common/lc_global.h +++ b/common/lc_global.h @@ -48,10 +48,10 @@ char* strupr(char* string); #endif // Version number. -#define LC_VERSION_MAJOR 19 -#define LC_VERSION_MINOR 07 -#define LC_VERSION_PATCH 1 -#define LC_VERSION_TEXT "19.07.1" +#define LC_VERSION_MAJOR 21 +#define LC_VERSION_MINOR 01 +#define LC_VERSION_PATCH 0 +#define LC_VERSION_TEXT "21.01.0" // Forward declarations. class Project; diff --git a/leocad.pro b/leocad.pro index 372bc105..4507bf47 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 = 19.7.1.0 + VERSION = 21.1.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 f18a3781..69f271ec 100644 --- a/qt/Info.plist +++ b/qt/Info.plist @@ -63,7 +63,7 @@ CFBundleSignature LCAD CFBundleVersion - 19.07.1 + 21.01.0 CFBundleDisplayName LeoCAD CFBundleName