Skip to content

Commit

Permalink
Updated version number for new data
Browse files Browse the repository at this point in the history
  • Loading branch information
AthenaADP committed Jan 2, 2018
1 parent e6db995 commit 9995a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ using namespace System::Security::Permissions;
[assembly:ComVisible(false)];

[assembly:CLSCompliantAttribute(true)];

[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
4 changes: 2 additions & 2 deletions Version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define VERSION_NO 0.22b
#define VERSION_RC 0,2,2,1
#define VERSION_NO 0.23b
#define VERSION_RC 0,2,3,1

#define STRINGIZE2(X) #X
#define STRINGIZE(X) STRINGIZE2(X)
Expand Down

0 comments on commit 9995a1b

Please sign in to comment.