bump version numbers to their real values

This commit is contained in:
Daniel Borca
2004-10-12 06:43:57 +00:00
parent f5e7629685
commit 65a9ca3381
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
#define DMESA_H_included
#define DMESA_MAJOR_VERSION 6
#define DMESA_MINOR_VERSION 1
#define DMESA_MINOR_VERSION 3
/* Sample Usage:
*

View File

@@ -38,8 +38,8 @@ extern "C" {
#endif
#define FXMESA_MAJOR_VERSION 5
#define FXMESA_MINOR_VERSION 0
#define FXMESA_MAJOR_VERSION 6
#define FXMESA_MINOR_VERSION 3
/*

View File

@@ -87,8 +87,8 @@ extern struct Library *XLibBase;
#endif
#define XMESA_MAJOR_VERSION 4
#define XMESA_MINOR_VERSION 1
#define XMESA_MAJOR_VERSION 6
#define XMESA_MINOR_VERSION 3