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 3fb7308 commit e980bacCopy full SHA for e980bac
1 file changed
firmware-template-gd32/include/software_version.h
@@ -2,7 +2,7 @@
2
* @file software_version.h
3
*
4
*/
5
-/* Copyright (C) 2022-2025 by Arjan van Vught mailto:info@gd32-dmx.org
+/* Copyright (C) 2022-2026 by Arjan van Vught mailto:info@gd32-dmx.org
6
7
* Permission is hereby granted, free of charge, to any person obtaining a copy
8
* of this software and associated documentation files (the "Software"), to deal
@@ -26,6 +26,6 @@
26
#ifndef SOFTWARE_VERSION_H_
27
#define SOFTWARE_VERSION_H_
28
29
-constexpr char SOFTWARE_VERSION[] = "2.2";
+constexpr char SOFTWARE_VERSION[] = "2.3";
30
31
-#endif /* SOFTWARE_VERSION_H_ */
+#endif // SOFTWARE_VERSION_H_
0 commit comments