]> git.pld-linux.org Git - packages/XFree86.git/blame - XFree86-XF86_VERSION_SNAP.patch
- added
[packages/XFree86.git] / XFree86-XF86_VERSION_SNAP.patch
CommitLineData
b7b7d0f5 1diff -Nru xc.orig/programs/Xserver/hw/xfree86/xf86Version.h xc/programs/Xserver/hw/xfree86/xf86Version.h
2--- xc.orig/programs/Xserver/hw/xfree86/xf86Version.h 2003-06-25 13:07:21.000000000 +0200
3+++ xc/programs/Xserver/hw/xfree86/xf86Version.h 2003-06-27 14:04:29.000000000 +0200
4@@ -5,7 +5,7 @@
5 #define XF86_VERSION_MAJOR 4
6 #define XF86_VERSION_MINOR 3
7 #define XF86_VERSION_PATCH 99
8-#define XF87_VERSION_SNAP 6
9+#define XF86_VERSION_SNAP 6
10
11 /* This has five arguments for compatibilty reasons */
12 #define XF86_VERSION_NUMERIC(major,minor,patch,snap,dummy) \
13@@ -19,13 +19,13 @@
14 /* Define these for compatibility. They'll be removed at some point. */
15 #define XF86_VERSION_SUBMINOR XF86_VERSION_PATCH
16 #define XF86_VERSION_BETA 0
17-#define XF87_VERSION_ALPHA XF86_VERSION_SNAP
18+#define XF86_VERSION_ALPHA XF86_VERSION_SNAP
19
20 #define XF86_VERSION_CURRENT \
21 XF86_VERSION_NUMERIC(XF86_VERSION_MAJOR, \
22 XF86_VERSION_MINOR, \
23 XF86_VERSION_PATCH, \
24- XF87_VERSION_SNAP, \
25+ XF86_VERSION_SNAP, \
26 0)
27
28 #endif
This page took 0.030734 seconds and 4 git commands to generate.