diff options
Diffstat (limited to 'src/cd.c')
-rw-r--r-- | src/cd.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,9 +18,9 @@ #include "cdirgb.h" /* This appears only here to avoid changing the cd.h header fo bug fixes */ -#define CD_VERSION_FIX "" -#define CD_VERSION_FIX_NUMBER 0 -/* #define CD_VERSION_FIX_DATE "" */ +#define CD_VERSION_FIX ".1" +#define CD_VERSION_FIX_NUMBER 1 +#define CD_VERSION_FIX_DATE "2010/11/09" const char cd_ident[] = "$CD: " CD_VERSION CD_VERSION_FIX " " CD_COPYRIGHT " $\n" |