Skip to content

Commit daea9c2

Browse files
author
Digitelektro
committed
Version 2.3.0
1 parent ffa8e8a commit daea9c2

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
@@ -148,7 +148,7 @@ if(UNIX AND NOT APPLE)
148148
if (DEBIAN_FOUND)
149149
SET(CPACK_GENERATOR "DEB")
150150
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
151-
SET(CPACK_PACKAGE_VERSION_MINOR "2")
151+
SET(CPACK_PACKAGE_VERSION_MINOR "3")
152152
SET(CPACK_PACKAGE_VERSION_PATCH "0")
153153
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Digitelektro")
154154
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 2
5+
#define VERSION_MINOR 3
66
#define VERSION_FIX 0
77

88
#endif // VERSION_H

0 commit comments

Comments
 (0)