Version 20071018. Upgraded to pre-release status. - susmb - mounting of SMB/CIF… | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit d091b26e215e3be10066078660b49096e795ac5c | |
parent 9d41efbfc16675daa5c9c9c674bff98918129fdf | |
Author: geoff <devnull@localhost> | |
Date: Thu, 18 Oct 2007 08:40:20 +0000 | |
Version 20071018. | |
Upgraded to pre-release status. | |
Diffstat: | |
M version.h | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/version.h b/version.h | |
@@ -21,10 +21,10 @@ | |
#include <stdio.h> | |
- #define USMB_VERSION 0x20070630 | |
+ #define USMB_VERSION 0x20071018 | |
// a - alpha, b - beta, p - pre-release, s - stable | |
- #define USMB_VERSION_STATUS 'b' | |
+ #define USMB_VERSION_STATUS 'p' | |
void show_about (FILE *fp); | |
void show_version (FILE *fp); |