Version 20090410 (pre-release). - susmb - mounting of SMB/CIFS shares via FUSE
(HTM) git clone git://git.codemadness.org/susmb
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 53ea3c420dc91d99b340f65bd2d5f336fdcee39e
(DIR) parent c2d69fd5b355cd1b982bb9919d4e9910ef447e7c
(HTM) Author: Geoff Johnstone <qwerty@acm.org>
Date: Fri, 10 Apr 2009 13:50:45 +0100
Version 20090410 (pre-release).
Diffstat:
M version.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/version.h b/version.h
@@ -19,10 +19,10 @@
#include <stdio.h>
- #define USMB_VERSION 0x20090227
+ #define USMB_VERSION 0x20090410
// a - alpha, b - beta, p - pre-release, s - stable
- #define USMB_VERSION_STATUS 's'
+ #define USMB_VERSION_STATUS 'p'
void show_about (FILE *fp);
void show_version (FILE *fp);