https://github.com/teuben/nemo
Raw File
Tip revision: 27d447ea1e0c092be8e577a3569a022c11e2c3bc authored by Peter Teuben on 07 April 2021, 03:16:34 UTC
dynamic loader should be simpler (i5-11x?) clang
Tip revision: 27d447e
version.h
/* do not edit - created by the src/scripts/version script */
#if defined(GETPARAM_VERSION_ID)
static char *version_h = "$Id: $";
#endif
#define NEMO_VERSION "4.2.2"
back to top