We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce51e7 commit d791155Copy full SHA for d791155
2 files changed
CMakeLists.txt
@@ -142,7 +142,7 @@ if(UNIX AND NOT APPLE)
142
if (DEBIAN_FOUND)
143
SET(CPACK_GENERATOR "DEB")
144
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
145
- SET(CPACK_PACKAGE_VERSION_MINOR "1")
+ SET(CPACK_PACKAGE_VERSION_MINOR "2")
146
SET(CPACK_PACKAGE_VERSION_PATCH "0")
147
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Digitelektro")
148
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 1
+#define VERSION_MINOR 2
6
#define VERSION_FIX 0
7
8
#endif // VERSION_H
0 commit comments