Skip to content

Commit 97f566f

Browse files
committed
tweak: fix version number
1 parent 86006e8 commit 97f566f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

src/com/danga/MemCached/ContextObjectInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* class loader.
2626
*
2727
* @author Vin Chawla <[email protected]>
28-
* @version 1.3.1
28+
* @version 1.3.2
2929
*/
3030
package com.danga.MemCached;
3131

src/com/danga/MemCached/Logger.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2323
*
2424
* @author Greg Whalin <[email protected]>
25-
* @version 1.3.1
25+
* @version 1.3.2
2626
*/
2727
package com.danga.MemCached;
2828

@@ -36,7 +36,7 @@
3636
* log levels, but only wraps system.out.println.
3737
*
3838
* @author Greg Whalin <[email protected]>
39-
* @version 1.2
39+
* @version 1.3.2
4040
*/
4141
public class Logger {
4242

src/com/danga/MemCached/MemCachedClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Kevin Burton <[email protected]>
2727
* @author Robert Watts <[email protected]>
2828
* @author Vin Chawla <[email protected]>
29-
* @version 1.3.1
29+
* @version 1.3.2
3030
*/
3131
package com.danga.MemCached;
3232

@@ -159,7 +159,7 @@
159159
* @author Kevin Burton <[email protected]>
160160
* @author Robert Watts <[email protected]>
161161
* @author Vin Chawla <[email protected]>
162-
* @version 1.3.1
162+
* @version 1.3.2
163163
*/
164164
public class MemCachedClient {
165165

src/com/danga/MemCached/NativeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @author Kevin A. Burton <[email protected]>
2222
* @author Greg Whalin <[email protected]>
23-
* @version 1.3.1
23+
* @version 1.3.2
2424
*/
2525
package com.danga.MemCached;
2626

src/com/danga/MemCached/NestedIOException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2020
*
2121
* @author Kevin A. Burton <[email protected]>
22-
* @version 1.3.1
22+
* @version 1.3.2
2323
*/
2424
package com.danga.MemCached;
2525

src/com/danga/MemCached/SockIOPool.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* @author greg whalin <[email protected]>
2525
* @author Richard 'toast' Russo <[email protected]>
2626
*
27-
* @version 1.3.1
27+
* @version 1.3.2
2828
*/
2929
package com.danga.MemCached;
3030

@@ -113,7 +113,7 @@
113113
* </pre>
114114
*
115115
* @author greg whalin <[email protected]>
116-
* @version 1.3.1
116+
* @version 1.3.2
117117
*/
118118
public class SockIOPool {
119119

@@ -1102,7 +1102,7 @@ else if ( sockets.size() > maxConn ) {
11021102
* Class which extends thread and handles maintenance of the pool.
11031103
*
11041104
* @author greg whalin <[email protected]>
1105-
* @version 1.3.1
1105+
* @version 1.3.2
11061106
*/
11071107
protected static class MaintThread extends Thread {
11081108

0 commit comments

Comments
 (0)