OSDN Git Service

Added version history.
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 31 Mar 2016 19:26:33 +0000 (21:26 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Thu, 31 Mar 2016 19:26:33 +0000 (21:26 +0200)
MHashLib.vcxproj
README.md
include/mhash_384.h

index b25f6a5..75710b8 100644 (file)
       <CreateHotpatchableImage>false</CreateHotpatchableImage>
       <TreatWarningAsError>true</TreatWarningAsError>
       <DisableSpecificWarnings>4706;4127</DisableSpecificWarnings>
+      <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
     </ClCompile>
     <Link>
       <SubSystem>Console</SubSystem>
index 5cc44fb..2d85353 100644 (file)
--- a/README.md
+++ b/README.md
@@ -475,6 +475,23 @@ This section describes how to build the MHash-384 sample application. Please not
 
 <https://opensource.org/licenses/MIT>
 
+
+# Version History
+
+## Version 1.0.1 [2016-03-31]
+
+* Added language bindings for *Java*.
+
+* Added language bindings for *Microsoft.NET*.
+
+* Added language bindings for *Python*.
+
+* Added language bindings for *Delphi*.
+
+## Version 1.0.0 [2016-03-03]
+
+* First public release.
+
 &nbsp;
 
 [■](https://www.youtube.com/watch?v=dng06ZqI4Ss)
index eaa9561..c735506 100644 (file)
@@ -46,7 +46,7 @@
 /*Version*/
 #define MHASH_384_VERSION_MAJOR UINT32_C(1)
 #define MHASH_384_VERSION_MINOR UINT32_C(0)
-#define MHASH_384_VERSION_PATCH UINT32_C(0)
+#define MHASH_384_VERSION_PATCH UINT32_C(1)
 
 /*Constants*/
 #define MHASH_384_LEN UINT32_C(48)