We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8ea60 commit f7638ebCopy full SHA for f7638eb
1 file changed
cachex.cpp
@@ -1,5 +1,6 @@
1
/*******************************************************************************
2
- CacheExplorer 0.9 spath@cdfreaks.com 2006/xx
+ * CacheExplorer 0.10 dkk089@gmail.com 2019/03, based on :
3
+ * CacheExplorer 0.9 spath@cdfreaks.com 2006/xx
4
******************************************************************************/
5
6
#ifdef _WIN32
@@ -1549,6 +1550,7 @@ int main(int argc, char **argv)
1549
1550
int Nbtests = 0;
1551
1552
// --------------- setup ---------------------------
1553
+ printf("\nCacheExplorer 0.10 - https://github.com/xavery/cachex, based on\n");
1554
printf("\nCacheExplorer 0.9 - spath@cdfreaks.com\n");
1555
1556
// ------------ command line parsing --------------
0 commit comments