We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69285e commit 736a615Copy full SHA for 736a615
Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = GCodeWorkShop
38
# could be handy for archiving the generated documentation or if some version
39
# control system is used.
40
41
-PROJECT_NUMBER = 2024.05
+PROJECT_NUMBER = 2024.09
42
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
# for a project that appears at the top of each page and should give viewer a
gcodeshared/include/version.h
@@ -21,7 +21,7 @@
21
#define VERSION_H
22
23
#ifndef GCODEWORKSHOP_VERSION
24
- #define GCODEWORKSHOP_VERSION "2024.05"
+ #define GCODEWORKSHOP_VERSION "2024.09"
25
#endif
26
27
#endif // VERSION_H
0 commit comments