You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2021/11/30 16:02:15 UTC

[daffodil] branch main updated: Change references from 3.2.0-SNAPSHOT to 3.2.0

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new de741a5  Change references from 3.2.0-SNAPSHOT to 3.2.0
de741a5 is described below

commit de741a51edd3b07719ecdba7fc47023be0eb1bc2
Author: Josh Adams <ja...@owlcyberdefense.com>
AuthorDate: Tue Nov 30 10:22:55 2021 -0500

    Change references from 3.2.0-SNAPSHOT to 3.2.0
---
 daffodil-runtime2/src/test/c/examples/NestedUnion/generated_code.c | 2 +-
 daffodil-runtime2/src/test/c/examples/ex_nums/generated_code.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/daffodil-runtime2/src/test/c/examples/NestedUnion/generated_code.c b/daffodil-runtime2/src/test/c/examples/NestedUnion/generated_code.c
index 1c5ee4d..071439b 100644
--- a/daffodil-runtime2/src/test/c/examples/NestedUnion/generated_code.c
+++ b/daffodil-runtime2/src/test/c/examples/NestedUnion/generated_code.c
@@ -11,7 +11,7 @@
 
 // Initialize our program's name and version
 
-const char *daffodil_program_version = "daffodil-runtime2 3.2.0-SNAPSHOT";
+const char *daffodil_program_version = "daffodil-runtime2 3.2.0";
 
 // Declare prototypes for easier compilation
 
diff --git a/daffodil-runtime2/src/test/c/examples/ex_nums/generated_code.c b/daffodil-runtime2/src/test/c/examples/ex_nums/generated_code.c
index 3587657..fd1642d 100644
--- a/daffodil-runtime2/src/test/c/examples/ex_nums/generated_code.c
+++ b/daffodil-runtime2/src/test/c/examples/ex_nums/generated_code.c
@@ -11,7 +11,7 @@
 
 // Initialize our program's name and version
 
-const char *daffodil_program_version = "daffodil-runtime2 3.2.0-SNAPSHOT";
+const char *daffodil_program_version = "daffodil-runtime2 3.2.0";
 
 // Declare prototypes for easier compilation