diff options
Diffstat (limited to 'FICS/vers.c')
-rw-r--r-- | FICS/vers.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FICS/vers.c b/FICS/vers.c new file mode 100644 index 0000000..e2f56b4 --- /dev/null +++ b/FICS/vers.c @@ -0,0 +1,5 @@ +#include "vers.h" + +const char SGS_VERS[] = ""; +const char VERS_NUM[] = "rpblc-1.4.6"; +const char COMP_DATE[] = __DATE__; |