File: fix_version_string.patch

package info (click to toggle)
sayonara 1.11.0-stable2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,888 kB
  • sloc: cpp: 104,173; xml: 5,559; python: 174; sh: 122; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Corrects the version string
Author: Steve Meliza <swm@swm1.com>

Forwarded: not-needed

--- sayonara-1.11.0-stable2.orig/CMakeLists.txt
+++ sayonara-1.11.0-stable2/CMakeLists.txt
@@ -33,7 +33,7 @@ endif()
 
 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")
 
-set(SAYONARA_VERSION "1.11.0-stable1")
+set(SAYONARA_VERSION "1.11.0-stable2")
 set(SAYONARA_REVISION ${GIT_REVISION})
 set(SAYONARA_FULL_VERSION ${SAYONARA_VERSION})
 if (SAYONARA_REVISION)