Skip to content

Commit d791155

Browse files
committed
Version 2.2.0
1 parent 7ce51e7 commit d791155

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if(UNIX AND NOT APPLE)
142142
if (DEBIAN_FOUND)
143143
SET(CPACK_GENERATOR "DEB")
144144
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
145-
SET(CPACK_PACKAGE_VERSION_MINOR "1")
145+
SET(CPACK_PACKAGE_VERSION_MINOR "2")
146146
SET(CPACK_PACKAGE_VERSION_PATCH "0")
147147
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Digitelektro")
148148
SET(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/Digitelektro/MeteorDemod")

common/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define VERSION_H
33

44
#define VERSION_MAJOR 2
5-
#define VERSION_MINOR 1
5+
#define VERSION_MINOR 2
66
#define VERSION_FIX 0
77

88
#endif // VERSION_H

0 commit comments

Comments
 (0)