From 6c14ce4f41d20d90904d2b63d27ba562c1032c05 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 1 Aug 2005 23:49:30 +0000 Subject: [PATCH] Increased smblib ver from 2.40 to 2.41. --- src/smblib/smblib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smblib/smblib.c b/src/smblib/smblib.c index 8d8e974c29..8bd36f99bc 100644 --- a/src/smblib/smblib.c +++ b/src/smblib/smblib.c @@ -8,7 +8,7 @@ * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public License * @@ -53,7 +53,7 @@ #include "filewrap.h" /* Use smb_ver() and smb_lib_ver() to obtain these values */ -#define SMBLIB_VERSION "2.40" /* SMB library version */ +#define SMBLIB_VERSION "2.41" /* SMB library version */ #define SMB_VERSION 0x0121 /* SMB format version */ /* High byte major, low byte minor */ -- GitLab