File: fix-version.patch

package info (click to toggle)
reglookup 1.0.1%2Bsvn296-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: ansic: 6,676; python: 3,762; makefile: 40; sh: 27
file content (11 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Description: Fix program version.
Forwarded: not-needed
Author: Giovani Augusto Ferreira <giovani@riseup.net>
Last-Update: 2016-09-28
--- a/regfi_version.py
+++ b/regfi_version.py
@@ -1,3 +1,3 @@
 SVN_REV = "$Rev: 283 $"
 LATEST='1.0.1'
-REGFI_VERSION = "%s.%s" % (LATEST, SVN_REV.split(' ')[1])
+REGFI_VERSION = "%s.%s" % (LATEST, 0)