Skip to content

Commit

Permalink
Back to -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Apr 15, 2024
1 parent e978d75 commit 60890da
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 @@ -18,7 +18,7 @@
#define PHP_XDEBUG_H

#define XDEBUG_NAME "Xdebug"
#define XDEBUG_VERSION "3.3.2"
#define XDEBUG_VERSION "3.3.3-dev"
#define XDEBUG_AUTHOR "Derick Rethans"
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2024 by Derick Rethans"
#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2024"
Expand Down
4 changes: 2 additions & 2 deletions template.rc
Expand Up @@ -14,8 +14,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
# define THANKS_GUYS ""
#endif

#define VERSIONDESC 3,3,2,1
#define VERSIONSTR "3.3.2"
#define VERSIONDESC 3,3,3,0
#define VERSIONSTR "3.3.3-dev"

//Version
VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 60890da

Please sign in to comment.