File: fix-VERSION_RELEASE.patch

package info (click to toggle)
dislocker 0.7.3%2Bgit20250907-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 968 kB
  • sloc: ansic: 9,108; ruby: 175; makefile: 115; sh: 21
file content (15 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Set the correct version number of the application
Forwarded: no
Author: Sven Geuer <sge@debian.org>
Last-Update: 2024-09-04
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@
 
 set (VERSION_MAJOR 0)
 set (VERSION_MINOR 7)
-set (VERSION_RELEASE 2)
+set (VERSION_RELEASE 3)
 set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}")
 
 add_subdirectory (${PROJECT_SOURCE_DIR}/src)