File: 20-version.patch

package info (click to toggle)
lcab 1.0b12-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 480 kB
  • ctags: 123
  • sloc: sh: 815; ansic: 710; makefile: 27
file content (17 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Jari Aalto <jari.aalto@cante.net>
Subject: Synchronize version number with Debian (Closes: #694268).

---
 mytypes.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mytypes.h
+++ b/mytypes.h
@@ -49,6 +49,6 @@
 #define CFO_START               (0x24)		/* folder offset */
 #define CFI_START               (0x2C)  	/* file offset */
 
-#define VERSION			"1.0b11"
+#define VERSION			"1.0b12"
 
 #endif