Skip to content

Commit

Permalink
chore: update phpspy.h, 0.6.0 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored and adsr committed Jul 15, 2024
1 parent 5256d67 commit f534e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpspy.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#define STR1(s) #s
#define STR2(s) STR1(s)

#define PHPSPY_VERSION "0.6.0"
#define PHPSPY_VERSION "0.7.0"
#define PHPSPY_MIN(a, b) ((a) < (b) ? (a) : (b))
#define PHPSPY_MAX(a, b) ((a) > (b) ? (a) : (b))
#define PHPSPY_STR_SIZE 256
Expand Down

0 comments on commit f534e6f

Please sign in to comment.