We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f5b78 commit de498c8Copy full SHA for de498c8
2 files changed
CMakeLists.txt
@@ -148,8 +148,8 @@ 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")
152
- SET(CPACK_PACKAGE_VERSION_PATCH "0")
+ SET(CPACK_PACKAGE_VERSION_MINOR "3")
+ SET(CPACK_PACKAGE_VERSION_PATCH "1")
153
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Digitelektro")
154
SET(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/Digitelektro/MeteorDemod")
155
SET(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Russian Meteor M2 weather satellite data decoder")
common/version.h
@@ -2,7 +2,7 @@
2
#define VERSION_H
3
4
#define VERSION_MAJOR 2
5
-#define VERSION_MINOR 2
6
-#define VERSION_FIX 0
+#define VERSION_MINOR 3
+#define VERSION_FIX 1
7
8
#endif // VERSION_H
0 commit comments