Version 20090411. - 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 64b4e25f05e63a782bf42fc2ad5af8cfae57f551
(DIR) parent 4ce59415ad56dbf995bb66c929c058d1e49837ae
(HTM) Author: Geoff Johnstone <qwerty@acm.org>
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(-)
---
(DIR) 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])
(DIR) 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);