Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.StiFileCreator/DGSStandardDLLInterface.cs
===================================================================
diff -u -r3100 -r3111
--- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.StiFileCreator/DGSStandardDLLInterface.cs (.../DGSStandardDLLInterface.cs) (revision 3100)
+++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.StiFileCreator/DGSStandardDLLInterface.cs (.../DGSStandardDLLInterface.cs) (revision 3111)
@@ -44,8 +44,13 @@
/// Minor version of the DLL
///
public uint DwMinorVersion;
-
+
///
+ /// Release number of the DLL
+ ///
+ public uint DwReleaseNumber;
+
+ ///
/// Build number of the DLL
///
public uint DwBuildNumber;