mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
bump version numbers to their real values
This commit is contained in:
parent
f5e7629685
commit
65a9ca3381
3 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue