diff --git a/sources/common/inc/Version.h b/sources/common/inc/Version.h index bb64eb7..693f2be 100644 --- a/sources/common/inc/Version.h +++ b/sources/common/inc/Version.h @@ -5,7 +5,7 @@ /// @par Full Description /// Version information header. /// -/// @par Copyright (c) 2017 vcdMaker team +/// @par Copyright (c) 2018 vcdMaker team /// /// Permission is hereby granted, free of charge, to any person obtaining a /// copy of this software and associated documentation files (the "Software"), @@ -32,7 +32,7 @@ /// @{ #define D_VERSION_MAJOR 3 #define D_VERSION_MINOR 0 -#define D_VERSION_PATCH 1 +#define D_VERSION_PATCH 2 #define D_RELEASE_NAME "Nestor" /// @} diff --git a/sources/common/src/VCDTracer.cpp b/sources/common/src/VCDTracer.cpp index bf795fd..cc8b070 100644 --- a/sources/common/src/VCDTracer.cpp +++ b/sources/common/src/VCDTracer.cpp @@ -81,6 +81,7 @@ void TRACER::VCDTracer::GenerateSignalStructure() void TRACER::VCDTracer::GenerateSignalDefaults() { + DumpLine("$enddefinitions $end"); DumpLine("$dumpvars"); for (const auto &signal : m_rSignalDb.GetSignalFootprint()) {