]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Increased auth protocol's minor version to 1.
authorTimo Sirainen <tss@iki.fi>
Wed, 14 Oct 2009 22:31:28 +0000 (18:31 -0400)
committerTimo Sirainen <tss@iki.fi>
Wed, 14 Oct 2009 22:31:28 +0000 (18:31 -0400)
--HG--
branch : HEAD

src/auth/auth-master-interface.h
src/lib-auth/auth-client-interface.h

index 4ef2db47c75aa71eded4116f78e63783621d5500..05b9a4cbf6172ae1ec9238bd05b891448fb352b1 100644 (file)
@@ -6,6 +6,6 @@
 /* Major version changes are not backwards compatible,
    minor version numbers can be ignored. */
 #define AUTH_MASTER_PROTOCOL_MAJOR_VERSION 1
-#define AUTH_MASTER_PROTOCOL_MINOR_VERSION 0
+#define AUTH_MASTER_PROTOCOL_MINOR_VERSION 1
 
 #endif
index db1e220386c969493f7351aecef55a3c30960882..e5f97e3c3230230c5e7667452d60e06fd7b7db89 100644 (file)
@@ -4,7 +4,7 @@
 /* Major version changes are not backwards compatible,
    minor version numbers can be ignored. */
 #define AUTH_CLIENT_PROTOCOL_MAJOR_VERSION 1
-#define AUTH_CLIENT_PROTOCOL_MINOR_VERSION 0
+#define AUTH_CLIENT_PROTOCOL_MINOR_VERSION 1
 
 /* GSSAPI can use quite large packets */
 #define AUTH_CLIENT_MAX_LINE_LENGTH 16384