diff options
author | marha <marha@users.sourceforge.net> | 2013-03-19 08:25:14 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-03-19 08:25:14 +0100 |
commit | 9211565d37c899069c66590ab67c8b7dd923b9fe (patch) | |
tree | 9b43909b084f10787500805a77fee87854825b8e /mesalib/src/mesa/main | |
parent | e376407f28aa2ee57f9f8d228cd9dbf99bd66983 (diff) | |
download | vcxsrv-9211565d37c899069c66590ab67c8b7dd923b9fe.tar.gz vcxsrv-9211565d37c899069c66590ab67c8b7dd923b9fe.tar.bz2 vcxsrv-9211565d37c899069c66590ab67c8b7dd923b9fe.zip |
Solved compile error
Diffstat (limited to 'mesalib/src/mesa/main')
-rw-r--r-- | mesalib/src/mesa/main/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/config.h b/mesalib/src/mesa/main/config.h index 99910d7f3..8e83c3eab 100644 --- a/mesalib/src/mesa/main/config.h +++ b/mesalib/src/mesa/main/config.h @@ -32,6 +32,10 @@ #define MESA_CONFIG_H_INCLUDED +#define PACKAGE_VERSION "9.2-devel" +#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" + + /** * \name OpenGL implementation limits */ |