File: version.h

package info (click to toggle)
python-pyglm 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,008 kB
  • sloc: cpp: 53,029; python: 3,683; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
#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)