diff options
author | David Robillard <d@drobilla.net> | 2008-09-30 18:20:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-09-30 18:20:57 +0000 |
commit | e1d59a67788fd40ae5319a664bb36306b65de70a (patch) | |
tree | 843328e0f1e75db8cc70274edd24d1cac560f3ba /wscript | |
parent | 7a855a56a1eabd1b46543eab424257c658ff770b (diff) | |
download | ingen-e1d59a67788fd40ae5319a664bb36306b65de70a.tar.gz ingen-e1d59a67788fd40ae5319a664bb36306b65de70a.tar.bz2 ingen-e1d59a67788fd40ae5319a664bb36306b65de70a.zip |
Working ingen when built/installed via waf.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1554 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ import os import Params # Variables for 'waf dist' -VERSION = 'svn' +VERSION = '0.0.0' APPNAME = 'ingen' # Mandatory variables |