Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
orieg committed Oct 21, 2013
1 parent 718f7cf commit b94dbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php_judy.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef PHP_JUDY_H
#define PHP_JUDY_H

#define PHP_JUDY_VERSION "0.1.6"
#define PHP_JUDY_VERSION "1.0.1"
#define PHP_JUDY_EXTNAME "judy"

#include <Judy.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/001.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ judy_version();
?>
--EXPECT--
judy extension is available
PHP Judy Version: 0.1.6
PHP Judy Version: 1.0.1

0 comments on commit b94dbdb

Please sign in to comment.