Skip to content

Commit

Permalink
Back to -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jan 22, 2015
1 parent 8da0141 commit 2ffb2cf
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.2.7"
#define XDEBUG_VERSION "2.2.8dev"
#define XDEBUG_AUTHOR "Derick Rethans"
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2015 by Derick Rethans"
#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2015"
Expand Down
4 changes: 2 additions & 2 deletions template.rc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
# define THANKS_GUYS ""
#endif

#define VERSIONDESC 2,2,7,1
#define VERSIONSTR "2.2.7"
#define VERSIONDESC 2,2,8,0
#define VERSIONSTR "2.2.8dev"

//Version
VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 2ffb2cf

Please sign in to comment.