Skip to content

Commit 64e4ece

Browse files
authored
Update tcMenuVersion.h
1 parent a11295a commit 64e4ece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tcMenuVersion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
namespace tccore {
1717

18-
// here we define the version as both a string and separate field
18+
// here we define the version as both a string and a separate field
1919
#define TCMENU_MAJOR 4
20-
#define TCMENU_MINOR 0
21-
#define TCMENU_PATCH 0
20+
#define TCMENU_MINOR 1
21+
#define TCMENU_PATCH 1
2222

2323
/**
2424
* A helper to generate the major minor version numbers used in the protocol

0 commit comments

Comments
 (0)