From 1a8042fdae1679868f38791e41010600190edc5e Mon Sep 17 00:00:00 2001 From: Daniel Kamil Kozar Date: Thu, 7 Dec 2023 21:19:07 +0100 Subject: [PATCH] Development version is now 0.14 --- cachex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cachex.cpp b/cachex.cpp index 93847cd..94c75c7 100644 --- a/cachex.cpp +++ b/cachex.cpp @@ -1,5 +1,5 @@ /******************************************************************************* - * CacheExplorer 0.13 dkk089@gmail.com 2019/03, based on : + * CacheExplorer 0.14 dkk089@gmail.com 2019/03, based on : * CacheExplorer 0.9 spath@cdfreaks.com 2006/xx ******************************************************************************/ @@ -1429,7 +1429,7 @@ int main(int argc, char **argv) // --------------- setup --------------------------- std::cerr - << "\nCacheExplorer 0.13 - https://github.com/xavery/cachex, based on"; + << "\nCacheExplorer 0.14 - https://github.com/xavery/cachex, based on"; std::cerr << "\nCacheExplorer 0.9 - spath@cdfreaks.com\n"; // ------------ command line parsing --------------