summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorscuri <scuri>2010-11-09 12:21:00 +0000
committerscuri <scuri>2010-11-09 12:21:00 +0000
commit2957bb05cb822e28ce99c11ab177ae0f3f779ac3 (patch)
treedeae329b9078d16d019e808558d3d2c1d2b9a565 /src
parentb4180286e7ab40c32ce663334c93f77e7c3f7e88 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/cd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cd.c b/src/cd.c
index ea3effd..3816731 100644
--- a/src/cd.c
+++ b/src/cd.c
@@ -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"