Skip to content

Commit

Permalink
Update to V.4.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-germer committed Feb 27, 2019
1 parent 1705585 commit f5cb761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/WinMIST2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "National Institute of Standards and Technology"
VALUE "FileDescription", "WinMIST MFC Application"
VALUE "FileVersion", "4.20"
VALUE "FileVersion", "4.21"
VALUE "InternalName", "WinMIST"
VALUE "LegalCopyright", "Work of the U.S. Government. No Copyright."
VALUE "OriginalFilename", "WinMIST.EXE"
VALUE "ProductName", "WinMIST Application"
VALUE "ProductVersion", "4.20"
VALUE "ProductVersion", "4.21"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion source/mist.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
//
// Define version number...
//
#define MIST_VERSION "4.20"
#define MIST_VERSION "4.21"

class MIST_istream : public SCATMECH::istream_with_comments
{
Expand Down

0 comments on commit f5cb761

Please sign in to comment.