Skip to content

Commit 15a2d55

Browse files
committed
Back to -dev
1 parent c02aaa8 commit 15a2d55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

php_xdebug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define PHP_XDEBUG_H
1919

2020
#define XDEBUG_NAME "Xdebug"
21-
#define XDEBUG_VERSION "3.5.0"
21+
#define XDEBUG_VERSION "3.5.1-dev"
2222
#define XDEBUG_AUTHOR "Derick Rethans"
2323
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2025 by Derick Rethans"
2424
#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2025"

template.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1414
# define THANKS_GUYS ""
1515
#endif
1616

17-
#define VERSIONDESC 3,5,0,7
18-
#define VERSIONSTR "3.5.0"
17+
#define VERSIONDESC 3,5,1,0
18+
#define VERSIONSTR "3.5.1-dev"
1919

2020
//Version
2121
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)