Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2014-07-17 19:52:07 +0400
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2014-07-17 19:52:07 +0400
commitac4d05ddb33f812a441fc49db6dd91f5967b5678 (patch)
tree93953aba53cf6f43490a072314f8d6bc016fd366 /README.md
parent16ad61a1fe96da0acbb57b5c7d05e0ac3fcd30c4 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20e74fe..6c23d15 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,11 @@ http://www.codeproject.com/KB/winsdk/LibMinHook.aspx
### Version history
-- ####v1.3-beta - 17 Jul 2014
+- ####v1.3 -
+
+ * Fixed some small bugs.
+
+- ####v1.3-beta - 17 Jul 2014
* Rewrote in plain C to reduce the footprint and memory usage. (suggested by Andrey Unis)
* Simplified the overall code base to make it more readable and maintainable.