diff options
Diffstat (limited to 'csharp/src/IcePatch2')
-rw-r--r-- | csharp/src/IcePatch2/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/IcePatch2/AssemblyInfo.cs b/csharp/src/IcePatch2/AssemblyInfo.cs index 074d7cb5dbb..0819a07320f 100644 --- a/csharp/src/IcePatch2/AssemblyInfo.cs +++ b/csharp/src/IcePatch2/AssemblyInfo.cs @@ -16,6 +16,6 @@ using System.Runtime.InteropServices; [assembly: AssemblyProduct("Ice")] [assembly: AssemblyCopyright("© ZeroC, Inc.")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("3.7.2")] +[assembly: AssemblyVersion("3.7.3")] [assembly: ComVisible(false)] |