diff options
author | David Robillard <d@drobilla.net> | 2011-05-25 03:24:13 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-25 03:24:13 +0000 |
commit | 5642b221e72018fa8c44098ecc6427e8722cb167 (patch) | |
tree | 3a668ccce1d0b0f110a069824a84fc94e213758a | |
parent | f623789d0e1ad27ac5f17b470ee762db09066c70 (diff) | |
download | sord-5642b221e72018fa8c44098ecc6427e8722cb167.tar.gz sord-5642b221e72018fa8c44098ecc6427e8722cb167.tar.bz2 sord-5642b221e72018fa8c44098ecc6427e8722cb167.zip |
Sord 0.4.0
git-svn-id: http://svn.drobilla.net/sord/trunk@139 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | wscript | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..b043cc6 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,5 @@ +sord (0.4.0) unstable; urgency=low + + * Initial release + + -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400 @@ -6,7 +6,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) -SORD_VERSION = '0.3.0' +SORD_VERSION = '0.4.0' SORD_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) @@ -188,7 +188,7 @@ def fix_docs(ctx): Logs.error("Failed to fix up Doxygen documentation (%s)\n" % e) def upload_docs(ctx): - os.system("rsync -avz --delete -e ssh build/doc/html/* drobilla@drobilla.net:~/drobilla.net/docs/sord") + os.system("rsync -ravz --delete -e ssh build/doc/html/ drobilla@drobilla.net:~/drobilla.net/docs/sord/") def test(ctx): blddir = "" |