@@ -255,7 +255,7 @@ sure both macros are undefined; an emulation function will then be used. */
255255#define PACKAGE_NAME "PCRE2"
256256
257257/* Define to the full name and version of this package. */
258- #define PACKAGE_STRING "PCRE2 10.45-DEV "
258+ #define PACKAGE_STRING "PCRE2 10.45"
259259
260260/* Define to the one symbol short name of this package. */
261261#define PACKAGE_TARNAME "pcre2"
@@ -264,7 +264,7 @@ sure both macros are undefined; an emulation function will then be used. */
264264#define PACKAGE_URL ""
265265
266266/* Define to the version of this package. */
267- #define PACKAGE_VERSION "10.45-DEV "
267+ #define PACKAGE_VERSION "10.45"
268268
269269/* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
270270 parentheses (of any kind) in a pattern. This limits the amount of system
@@ -464,7 +464,7 @@ sure both macros are undefined; an emulation function will then be used. */
464464#endif
465465
466466/* Version number of package */
467- #define VERSION "10.45-DEV "
467+ #define VERSION "10.45"
468468
469469/* Number of bits in a file offset, on hosts where this is settable. */
470470/* #undef _FILE_OFFSET_BITS */