diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:30:28 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:30:28 (GMT) |
commit | 106a09dc814071594306eed8382fd30929e605ab (patch) | |
tree | 5cda0c7b94858ef25546d5ae059e90aaf23e9ce0 /doc/version.xml | |
parent | 6af67d1431b5d534731ff0dc17ff306639a1a854 (diff) | |
download | SCons-106a09dc814071594306eed8382fd30929e605ab.zip SCons-106a09dc814071594306eed8382fd30929e605ab.tar.gz SCons-106a09dc814071594306eed8382fd30929e605ab.tar.bz2 |
- removed suffix= from 'scons_output_command ' and moved it
one up in the hierarchy to the 'scons_output' tag
Diffstat (limited to 'doc/version.xml')
-rw-r--r-- | doc/version.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/version.xml b/doc/version.xml index a52506b..f6eba1f 100644 --- a/doc/version.xml +++ b/doc/version.xml @@ -2,6 +2,6 @@ <!-- THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. --> -<!ENTITY builddate "today"> -<!ENTITY buildversion "1.0.0"> -<!ENTITY buildrevision "docdev"> +<!ENTITY builddate "2013-03-23"> +<!ENTITY buildversion "2.3.0"> +<!ENTITY buildrevision "1"> |