Skip to content

Commit

Permalink
Back to -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Mar 8, 2019
1 parent 7967c18 commit 7d3089b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php_xdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define PHP_XDEBUG_H

#define XDEBUG_NAME "Xdebug"
#define XDEBUG_VERSION "2.7.0"
#define XDEBUG_VERSION "2.7.1-dev"
#define XDEBUG_AUTHOR "Derick Rethans"
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2019 by Derick Rethans"
#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2019"
Expand Down
4 changes: 2 additions & 2 deletions template.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
# define THANKS_GUYS ""
#endif

#define VERSIONDESC 2,7,0,9
#define VERSIONSTR "2.7.0"
#define VERSIONDESC 2,7,1,0
#define VERSIONSTR "2.7.1-dev"

//Version
VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 7d3089b

Please sign in to comment.