[rtems-docs commit] Version change, forgot to add wscript to the commit.

Chris Johns chrisj at rtems.org
Wed Feb 6 22:31:45 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    98977bf040e35f1a08e193233b6475c0959cf3d4
Changeset: http://git.rtems.org/rtems-docs/commit/?id=98977bf040e35f1a08e193233b6475c0959cf3d4

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Feb  7 09:31:33 2019 +1100

Version change, forgot to add wscript to the commit.

---

 wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wscript b/wscript
index e86988d..32cca2a 100644
--- a/wscript
+++ b/wscript
@@ -64,7 +64,7 @@ def build(ctx):
     #
     # Get the version.
     #
-    ver_version, ver_date = version.get(ctx, rtems_major_version)
+    ver_version, ver_date, ver_released = version.get(ctx, rtems_major_version)
     ctx.env.DATE = ver_date
     ctx.env.RELEASE = ver_version + ' (' + ver_date + ')'
     ctx.env.VERSION = ver_version



More information about the vc mailing list