diff options
author | David Robillard <d@drobilla.net> | 2014-01-17 21:56:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-17 21:56:37 +0000 |
commit | 12898ecf40723adb674bad95c10d1e8092794297 (patch) | |
tree | 131ca9eebaa3c488b7124db4831392872f25caf1 /wscript | |
parent | cea41bcb9be36fdfe9d273133996e1622586f27b (diff) | |
download | pugl-12898ecf40723adb674bad95c10d1e8092794297.tar.gz pugl-12898ecf40723adb674bad95c10d1e8092794297.tar.bz2 pugl-12898ecf40723adb674bad95c10d1e8092794297.zip |
Add mouse position to PuglScrollFunc (apply #896).
Fix compilation of pugl_test.
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.1.0' +PUGL_VERSION = '0.2.0' PUGL_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) |