summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/wscript b/wscript
index a7b5863..a9cfacd 100644
--- a/wscript
+++ b/wscript
@@ -1,14 +1,15 @@
#!/usr/bin/env python
-# Licensed under the GNU GPL v2 or later, see COPYING file for details.
+# Licensed under the GNU GPL v3 or later, see COPYING file for details.
# Copyright 2008-2010 David Robillard
# Copyright 2008 Nedko Arnaudov
+
import os
from waflib.extras import autowaf as autowaf
import waflib.Options as Options, waflib.Utils as Utils
# Version of this package (even if built as a child)
-PATCHAGE_VERSION = '0.5.0'
+PATCHAGE_VERSION = '0.6.0'
# Variables for 'waf dist'
APPNAME = 'patchage'