Skip to content

Commit

Permalink
Finalize version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pp3345 committed Jun 1, 2013
1 parent fe33bd9 commit 04a6563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/modules/core/Pancake.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ extern ZEND_DECLARE_MODULE_GLOBALS(Pancake);
#define OUTPUT_DEBUG 8
#define ERROR_REPORTING E_COMPILE_ERROR | E_COMPILE_WARNING | E_CORE_ERROR | E_CORE_WARNING | E_ERROR | E_PARSE | E_RECOVERABLE_ERROR | E_USER_ERROR | E_USER_WARNING | E_WARNING

#define PANCAKE_VERSION "1.5-devel"
#define PANCAKE_VERSION "1.5"
#define PANCAKE_VERSION_STRING "Pancake/" PANCAKE_VERSION

#define PANCAKE_HTTP_REQUEST_LAST_RECV_SCALAR_OFFSET 15
Expand Down

0 comments on commit 04a6563

Please sign in to comment.