diff --git a/src/smblib/smblib.c b/src/smblib/smblib.c
index 8d8e974c29cd08f852dbcbb8b0b169f48ebf5da7..8bd36f99bc7329a489c8fdbc7972a53230459267 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 */