Skip to content

Commit 736a615

Browse files
committed
Bump version
1 parent c69285e commit 736a615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = GCodeWorkShop
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2024.05
41+
PROJECT_NUMBER = 2024.09
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

gcodeshared/include/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define VERSION_H
2222

2323
#ifndef GCODEWORKSHOP_VERSION
24-
#define GCODEWORKSHOP_VERSION "2024.05"
24+
#define GCODEWORKSHOP_VERSION "2024.09"
2525
#endif
2626

2727
#endif // VERSION_H

0 commit comments

Comments
 (0)