From aa01d329754134899e6e729d6948a72e0ef881c4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Feb 2013 01:44:06 +0000 Subject: Apply portability fixes from Ben Loftis. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 79c805e..b27f6f9 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.0.0' +PUGL_VERSION = '0.1.0' PUGL_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) -- cgit v1.2.3