Skip to content

Commit

Permalink
bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybishopric committed Feb 1, 2014
1 parent d9f68f1 commit 45f829a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion augmented_types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static void augmented_types_deactivate(void)
ZEND_EXT_API zend_extension zend_extension_entry = {
PHP_AUGMENTED_TYPES_EXTNAME, /* name */
PHP_AUGMENTED_TYPES_VERSION, /* version */
"jmarrama@box.com", /* author */
"jmarrama@box.com, abishopric@box.com", /* author */
"http://www.box.com/", /* URL */
"Copyright (c) 2013", /* copyright */
augmented_types_start, /* startup */
Expand Down
2 changes: 1 addition & 1 deletion php_augmented_types.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef PHP_AUGMENTED_TYPES_H
#define PHP_AUGMENTED_TYPES_H

#define PHP_AUGMENTED_TYPES_VERSION "0.5.0"
#define PHP_AUGMENTED_TYPES_VERSION "0.5.2"
#define PHP_AUGMENTED_TYPES_EXTNAME "augmented_types"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 45f829a

Please sign in to comment.