Version 20090411. - susmb - mounting of SMB/CIFS shares via FUSE | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 64b4e25f05e63a782bf42fc2ad5af8cfae57f551 | |
parent 4ce59415ad56dbf995bb66c929c058d1e49837ae | |
Author: Geoff Johnstone <[email protected]> | |
Date: Sat, 11 Apr 2009 11:02:16 +0100 | |
Version 20090411. | |
Diffstat: | |
M configure.ac | 2 +- | |
M version.h | 4 ++-- | |
2 files changed, 3 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/configure.ac b/configure.ac | |
@@ -1,5 +1,5 @@ | |
AC_PREREQ([2.63]) | |
-AC_INIT([usmb], [20090410]) | |
+AC_INIT([usmb], [20090411]) | |
AC_CONFIG_SRCDIR([usmb.c]) | |
AC_CONFIG_HEADERS([config.h]) | |
diff --git a/version.h b/version.h | |
@@ -19,10 +19,10 @@ | |
#include <stdio.h> | |
- #define USMB_VERSION 0x20090410 | |
+ #define USMB_VERSION 0x20090411 | |
// a - alpha, b - beta, p - pre-release, s - stable | |
- #define USMB_VERSION_STATUS 'p' | |
+ #define USMB_VERSION_STATUS 'b' | |
void show_about (FILE *fp); | |
void show_version (FILE *fp); |