File tree Expand file tree Collapse file tree
UltraFastFileSearch-code/src/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -502,8 +502,6 @@ The codebase has undergone a major refactoring effort (~66 hours of work):
502502- ** Consistent naming** - All files use ` snake_case.hpp ` convention
503503- ** Self-contained headers** - Each header includes its own dependencies
504504
505- See [ ` docs/migration/future-cleanup-work.md ` ] ( docs/migration/future-cleanup-work.md ) for full details.
506-
507505## TODO
508506
5095071 . ~~ Modernize the MFT engine.~~ ✅ Done (refactored into modular headers)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace uffs {
1818// Package version string
1919inline const std::string& get_package_version ()
2020{
21- static const std::string version = " 0.9.6 " ;
21+ static const std::string version = " 1.0.0 " ;
2222 return version;
2323}
2424
You can’t perform that action at this time.
0 commit comments