Skip to content

Commit

Permalink
Back to -dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Nov 5, 2015
1 parent f8007bc commit 6abc0ef
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
Expand Up @@ -20,7 +20,7 @@
#define PHP_XDEBUG_H

#define XDEBUG_NAME "Xdebug"
#define XDEBUG_VERSION "2.4.0beta1"
#define XDEBUG_VERSION "2.4.0rc1-dev"
#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
Expand Up @@ -15,8 +15,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
# define THANKS_GUYS ""
#endif

#define VERSIONDESC 2,4,0,1
#define VERSIONSTR "2.4.0beta1"
#define VERSIONDESC 2,4,0,2
#define VERSIONSTR "2.4.0rc1-dev"

//Version
VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 6abc0ef

Please sign in to comment.