diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-06 01:12:56 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-06 01:12:56 +0000 |
commit | fd68a35f1f04b6334985d73e5d19ff7f984a636c (patch) | |
tree | 0d33cf3de93e68d767e2ff681957e4a5f68f0411 | |
parent | e7953c4c11d979c9d938f46a20051f2a015c2880 (diff) | |
download | libbu++-fd68a35f1f04b6334985d73e5d19ff7f984a636c.tar.gz libbu++-fd68a35f1f04b6334985d73e5d19ff7f984a636c.tar.bz2 libbu++-fd68a35f1f04b6334985d73e5d19ff7f984a636c.tar.xz libbu++-fd68a35f1f04b6334985d73e5d19ff7f984a636c.zip |
Updated default.bld to include the new readme, and fixed the version file.
-rw-r--r-- | default.bld | 3 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/default.bld b/default.bld index 83d2717..7435d3a 100644 --- a/default.bld +++ b/default.bld | |||
@@ -1,4 +1,4 @@ | |||
1 | /* test | 1 | /* |
2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. | 2 | * Copyright (C) 2007-2012 Xagasoft, All rights reserved. |
3 | * | 3 | * |
4 | * This file is part of the libbu++ library and is released under the | 4 | * This file is part of the libbu++ library and is released under the |
@@ -242,6 +242,7 @@ target PKG_BASE | |||
242 | { | 242 | { |
243 | input [ | 243 | input [ |
244 | "LICENSE", | 244 | "LICENSE", |
245 | "README.md", | ||
245 | "Doxyfile", | 246 | "Doxyfile", |
246 | "Makefile", | 247 | "Makefile", |
247 | "version", | 248 | "version", |
@@ -1 +1 @@ | |||
0.1 | 0.01 | ||