diff options
-rw-r--r-- | panoramiXproto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/panoramiXproto.h b/panoramiXproto.h index 14aa6c5..6fd1a02 100644 --- a/panoramiXproto.h +++ b/panoramiXproto.h @@ -28,6 +28,9 @@ Equipment Corporation. #ifndef _PANORAMIXPROTO_H_ #define _PANORAMIXPROTO_H_ +#define PANORAMIX_MAJOR_VERSION 1 /* current version number */ +#define PANORAMIX_MINOR_VERSION 1 + #define PANORAMIX_PROTOCOL_NAME "XINERAMA" #define X_PanoramiXQueryVersion 0 |