We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa8e8a commit daea9c2Copy full SHA for daea9c2
2 files changed
CMakeLists.txt
@@ -148,7 +148,7 @@ if(UNIX AND NOT APPLE)
148
if (DEBIAN_FOUND)
149
SET(CPACK_GENERATOR "DEB")
150
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
151
- SET(CPACK_PACKAGE_VERSION_MINOR "2")
+ SET(CPACK_PACKAGE_VERSION_MINOR "3")
152
SET(CPACK_PACKAGE_VERSION_PATCH "0")
153
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Digitelektro")
154
SET(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/Digitelektro/MeteorDemod")
common/version.h
@@ -2,7 +2,7 @@
2
#define VERSION_H
3
4
#define VERSION_MAJOR 2
5
-#define VERSION_MINOR 2
+#define VERSION_MINOR 3
6
#define VERSION_FIX 0
7
8
#endif // VERSION_H
0 commit comments