File: debian-ungit-version

package info (click to toggle)
gr-fosphor 3.9~0.974ab2f-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,216 kB
  • sloc: python: 9,483; ansic: 3,304; cpp: 1,165; lisp: 609; makefile: 31
file content (11 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@
 set(VERSION_MAJOR 3)
 set(VERSION_API   9)
 set(VERSION_ABI   0)
-set(VERSION_PATCH git)
+set(VERSION_PATCH "")
 include(GrVersion) #setup version info
 
 ########################################################################