diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-01 23:00:53 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-02 22:32:29 -0700 |
commit | e2540283a9e25748c20bde296919040c93a927db (patch) | |
tree | 41aefc5b45c87fd9762656e240d82aa714074ee9 /demo-project/configure | |
parent | d53d9bf0e55fddd814ad99ec89134a7228390c65 (diff) | |
download | attobuild-e2540283a9e25748c20bde296919040c93a927db.tar.gz attobuild-e2540283a9e25748c20bde296919040c93a927db.tar.bz2 attobuild-e2540283a9e25748c20bde296919040c93a927db.tar.xz attobuild-e2540283a9e25748c20bde296919040c93a927db.zip |
Add flesh to the skeleton
Diffstat (limited to 'demo-project/configure')
-rwxr-xr-x | demo-project/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-project/configure b/demo-project/configure index 8f09a35..dc29870 100755 --- a/demo-project/configure +++ b/demo-project/configure @@ -23,7 +23,7 @@ import os import sys from attoconf.version import require_version, string as version_string -require_version(0, 0) +require_version(0, 1) from attoconf.core import Project, Build |