From 12898ecf40723adb674bad95c10d1e8092794297 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Jan 2014 21:56:37 +0000 Subject: Add mouse position to PuglScrollFunc (apply #896). Fix compilation of pugl_test. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b27f6f9..3682d14 100644 --- a/wscript +++ b/wscript @@ -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) -- cgit v1.2.1