diff --git a/MSCL/source/mscl/LibVersion.h b/MSCL/source/mscl/LibVersion.h index 8d49f57bf..353e076c4 100644 --- a/MSCL/source/mscl/LibVersion.h +++ b/MSCL/source/mscl/LibVersion.h @@ -11,8 +11,8 @@ #ifndef SWIG //update with each release #define MSCL_MAJOR 64 -#define MSCL_MINOR 2 -#define MSCL_PATCH 2 +#define MSCL_MINOR 3 +#define MSCL_PATCH 0 #endif namespace mscl diff --git a/MSCL_Managed/Properties/AssemblyInfo.cs b/MSCL_Managed/Properties/AssemblyInfo.cs index 7b688908b..325e3a52f 100644 --- a/MSCL_Managed/Properties/AssemblyInfo.cs +++ b/MSCL_Managed/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // [assembly: AssemblyVersion("1.0.*")] // //update with each release -[assembly: AssemblyVersion("64.2.2.0")] -[assembly: AssemblyFileVersion("64.2.2.0")] +[assembly: AssemblyVersion("64.3.0.0")] +[assembly: AssemblyFileVersion("64.3.0.0")]