Skip to content

Commit 2c5a4e9

Browse files
committed
bumped version to 0.13.
1 parent df97de9 commit 2c5a4e9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Table of Contents
3535
Version
3636
=======
3737

38-
This document describes lua-redis-parser [v0.09rc5](https://github.com/agentzh/lua-redis-parser/tags) released on 28 August 2011.
38+
This document describes lua-redis-parser [v0.13](https://github.com/agentzh/lua-redis-parser/tags) released on 8 April 2017.
3939

4040
Description
4141
===========
@@ -314,7 +314,7 @@ Copyright & License
314314

315315
This module is licenced under the BSD license.
316316

317-
Copyright (C) 2009-2016, by Yichun "agentzh" Zhang (章亦春) <[email protected]>, CloudFlare Inc.
317+
Copyright (C) 2009-2017, by Yichun "agentzh" Zhang (章亦春) <[email protected]>, OpenResty Inc.
318318

319319
All rights reserved.
320320

redis-parser.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#ifndef DDEBUG
12
#define DDEBUG 0
3+
#endif
24
#include "ddebug.h"
35

46
#include <lua.h>
@@ -8,7 +10,7 @@
810
#include <string.h>
911

1012

11-
#define LUA_REDIS_PARSER_VERSION "0.10"
13+
#define LUA_REDIS_PARSER_VERSION "0.13"
1214

1315

1416
enum {

t/version.t

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ __DATA__
1515
parser = require("redis.parser")
1616
print(parser._VERSION)
1717
--- out
18-
0.10
19-
18+
0.13

0 commit comments

Comments
 (0)