Skip to content

Commit

Permalink
Updates version numbers in source in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiefish committed Jun 3, 2022
1 parent b389d0c commit 7fe93a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MSCL/source/mscl/LibVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions MSCL_Managed/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 7fe93a1

Please sign in to comment.