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

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-08-20 21:05:07 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-08-20 21:05:07 +0300
commitbe9a125ab6a9eb2ae27ec2730166c9ecf4eafe8f (patch)
tree777b3b282597a598de2f6d1a4f2d394ce4215c05 /include/llfio/revision.hpp
parente43ef4f6953230803a30453bbab20061b009fe05 (diff)
Using the new bitwise tries algorithm in QuickCppLib, implement map_handle caching. Still need to write a test for this however.
Diffstat (limited to 'include/llfio/revision.hpp')
-rw-r--r--include/llfio/revision.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llfio/revision.hpp b/include/llfio/revision.hpp
index 57cfc606..809c1844 100644
--- a/include/llfio/revision.hpp
+++ b/include/llfio/revision.hpp
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
-#define LLFIO_PREVIOUS_COMMIT_REF 5544436fd6654fcc6cd6b3a9c3f3b9b7e0b21865
-#define LLFIO_PREVIOUS_COMMIT_DATE "2021-08-03 19:34:21 +00:00"
-#define LLFIO_PREVIOUS_COMMIT_UNIQUE 5544436f
+#define LLFIO_PREVIOUS_COMMIT_REF e43ef4f6953230803a30453bbab20061b009fe05
+#define LLFIO_PREVIOUS_COMMIT_DATE "2021-08-20 09:36:50 +00:00"
+#define LLFIO_PREVIOUS_COMMIT_UNIQUE e43ef4f6