Skip to content

Commit 41d1b32

Browse files
committed
set source code version as 1.02 (11 June 2021)
1 parent d9b45af commit 41d1b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sourceCode/application/logic/model/appVersionInfos/appVersionInfos.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class AppVersionInfos {
88
public:
99

1010
static constexpr const char* _sctct_softwareName = "StackProf";
11-
static constexpr const char* _sctct_appVersion = "1.01";
12-
static constexpr const char* _sctct_appVersionDeliveryDate = "30 May 2021";
11+
static constexpr const char* _sctct_appVersion = "1.02";
12+
static constexpr const char* _sctct_appVersionDeliveryDate = "11 June 2021";
1313

1414
static constexpr const char* _sctct_mainContact = "[email protected]"; //contact: *developperEmail*, [email protected]
1515

0 commit comments

Comments
 (0)