File: 04_minor_version.diff

package info (click to toggle)
mxml 2.10-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,640 kB
  • ctags: 689
  • sloc: ansic: 8,919; xml: 1,551; makefile: 276; sh: 195; cpp: 178
file content (18 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Correct minor version number
Last-Updated: 2016-06-10
Forwarded: no

Index: mxml-2.9/mxml.h
===================================================================
--- mxml-2.9.orig/mxml.h
+++ mxml-2.9/mxml.h
@@ -37,7 +37,7 @@
  */
 
 #  define MXML_MAJOR_VERSION	2	/* Major version number */
-#  define MXML_MINOR_VERSION	8	/* Minor version number */
+#  define MXML_MINOR_VERSION	9	/* Minor version number */
 
 #  define MXML_TAB		8	/* Tabs every N columns */