File: fix-package-version.patch

package info (click to toggle)
libedlib 1.2.7-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,532 kB
  • sloc: cpp: 2,002; sh: 304; python: 131; makefile: 89; ansic: 7
file content (13 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix version of package in CMakeLists.txt
Author: Nilesh Patra <nilesh@debian.org>
Last-Update: 2021-12-20

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
-project(edlib VERSION 1.2.6)
+project(edlib VERSION 1.2.7)
 
 option(EDLIB_ENABLE_INSTALL "Generate the install target" ON)
 option(EDLIB_BUILD_EXAMPLES "Build examples" ON)