Skip to content

Commit f7638eb

Browse files
committed
Release 0.10
1 parent cc8ea60 commit f7638eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cachex.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*******************************************************************************
2-
CacheExplorer 0.9 spath@cdfreaks.com 2006/xx
2+
* CacheExplorer 0.10 dkk089@gmail.com 2019/03, based on :
3+
* CacheExplorer 0.9 spath@cdfreaks.com 2006/xx
34
******************************************************************************/
45

56
#ifdef _WIN32
@@ -1549,6 +1550,7 @@ int main(int argc, char **argv)
15491550
int Nbtests = 0;
15501551

15511552
// --------------- setup ---------------------------
1553+
printf("\nCacheExplorer 0.10 - https://github.com/xavery/cachex, based on\n");
15521554
printf("\nCacheExplorer 0.9 - spath@cdfreaks.com\n");
15531555

15541556
// ------------ command line parsing --------------

0 commit comments

Comments
 (0)