Skip to content

Commit 09beaea

Browse files
committed
Bump version
1 parent 9aafdcc commit 09beaea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

phpspy.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <unistd.h>
2626
#include <termbox.h>
2727
#include <regex.h>
28+
#include <uthash.h>
2829

2930
#ifdef USE_ZEND
3031
#include <main/php_config.h>
@@ -42,11 +43,9 @@
4243
#include <php_structs_74.h>
4344
#endif
4445

45-
#include <uthash.h>
46-
4746
#define try(__rv, __call) do { if (((__rv) = (__call)) != 0) return (__rv); } while(0)
4847

49-
#define PHPSPY_VERSION "0.4"
48+
#define PHPSPY_VERSION "0.5.0"
5049
#define PHPSPY_MIN(a, b) ((a) < (b) ? (a) : (b))
5150
#define PHPSPY_MAX(a, b) ((a) > (b) ? (a) : (b))
5251
#define PHPSPY_STR_SIZE 256

0 commit comments

Comments
 (0)