We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11295a commit 64e4eceCopy full SHA for 64e4ece
src/tcMenuVersion.h
@@ -15,10 +15,10 @@
15
16
namespace tccore {
17
18
-// here we define the version as both a string and separate field
+// here we define the version as both a string and a separate field
19
#define TCMENU_MAJOR 4
20
-#define TCMENU_MINOR 0
21
-#define TCMENU_PATCH 0
+#define TCMENU_MINOR 1
+#define TCMENU_PATCH 1
22
23
/**
24
* A helper to generate the major minor version numbers used in the protocol
0 commit comments