File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16)
22
33project (colorsmith
4- VERSION 1.0.0
4+ VERSION 1.0.1
55 DESCRIPTION "A modern Qt-based color picker application"
66 LANGUAGES CXX
77)
Original file line number Diff line number Diff line change 33
44#define COLORSMITH_VERSION_MAJOR 1
55#define COLORSMITH_VERSION_MINOR 0
6- #define COLORSMITH_VERSION_PATCH 0
7- #define COLORSMITH_VERSION_STRING "1.0.0 "
6+ #define COLORSMITH_VERSION_PATCH 1
7+ #define COLORSMITH_VERSION_STRING "1.0.1 "
88
99#define COLORSMITH_APP_NAME "ColorSmith"
1010#define COLORSMITH_ORGANIZATION_NAME "Ktechpit"
Original file line number Diff line number Diff line change 11name : colorsmith
2- version : ' 1.0.0 '
2+ version : ' 1.0.1 '
33summary : A modern color management application
44description : |
55 ColorSmith is a simple and elegant application for picking and managing colors.
You can’t perform that action at this time.
0 commit comments