Skip to content

Commit

Permalink
Bump version to 6.9.190321OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Jordense committed Mar 21, 2019
1 parent ee3ea69 commit 9297c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release_info/RELEASE_tmpl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PACKAGE_NAME="Vortex OpenSplice"
OSPL_MAJOR="6"
OSPL_MINOR="9"
OSPL_MAINT="190227"
OSPL_MAINT="190321"
OSPL_PATCH="OSS"

#this file is also parsed as java properties so PACKAGE_VERSION must be hardcoded here#
PACKAGE_VERSION=6.9.190227OSS
PACKAGE_VERSION=6.9.190321OSS
VORTEX_VERSION=_v2

PACKAGE_DATE="#RELEASE_DATE#"
Expand Down
1 change: 1 addition & 0 deletions src/tools/idlpp/code/idl_fileMap.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ idl_fileMapResolveInclude(
/* map will contain the meta object reference before the c_iterWalk */
map->object = object;
map->fileName = NULL;
map->inclName = NULL;
c_iterWalk(fileMap->files, (c_iterWalkAction)idl_searchObject, map);
/* map will contain the meta object reference and fileName reference
* after the c_iterWalk.
Expand Down

0 comments on commit 9297c2b

Please sign in to comment.