Introduction
Introduction Statistics Contact Development Disclaimer Help
Version 20090410 (pre-release). - susmb - mounting of SMB/CIFS shares via FUSE
git clone git://git.codemadness.org/susmb
Log
Files
Refs
README
LICENSE
---
commit 53ea3c420dc91d99b340f65bd2d5f336fdcee39e
parent c2d69fd5b355cd1b982bb9919d4e9910ef447e7c
Author: Geoff Johnstone <[email protected]>
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(-)
---
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);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.