DEBSOURCES
Skip Quicknav
sources / python-pyglm / 2.8.3-1 / PyGLM_lib / version.h
12345678
#define _TO_STRING(x) #x #define TO_STRING(x) _TO_STRING(x) #ifdef PyGLM_DEBUG #define VERSION 2.dev1 #endif #define PyGLM_VERSION TO_STRING(VERSION)