diff options
author | David Robillard <d@drobilla.net> | 2013-02-03 01:44:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-02-03 01:44:06 +0000 |
commit | aa01d329754134899e6e729d6948a72e0ef881c4 (patch) | |
tree | 1f762e4118a065b7c02da6f9b8f58f09a2cb1492 /wscript | |
parent | 5ecc055c068ccd13c4e4129a97a2aec4f505866e (diff) | |
download | pugl-aa01d329754134899e6e729d6948a72e0ef881c4.tar.gz pugl-aa01d329754134899e6e729d6948a72e0ef881c4.tar.bz2 pugl-aa01d329754134899e6e729d6948a72e0ef881c4.zip |
Apply portability fixes from Ben Loftis.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ from waflib.extras import autowaf as autowaf import waflib.Logs as Logs, waflib.Options as Options # Version of this package (even if built as a child) -PUGL_VERSION = '0.0.0' +PUGL_VERSION = '0.1.0' PUGL_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) |