diff --git a/include/wx/osx/config_xcode.h b/include/wx/osx/config_xcode.h index b3569c8246..f246882daa 100644 --- a/include/wx/osx/config_xcode.h +++ b/include/wx/osx/config_xcode.h @@ -110,12 +110,6 @@ #define HAVE_XLOCALE_H 1 #define wxHAS_KQUEUE 1 -#define PACKAGE_BUGREPORT "wx-dev@googlegroups.com" -#define PACKAGE_NAME "wxWidgets" -#define PACKAGE_STRING "wxWidgets 3.3.0" -#define PACKAGE_TARNAME "wxwidgets" -#define PACKAGE_VERSION "3.3.0" - // for jpeg #define HAVE_STDLIB_H 1 diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index 0fe5cc38f1..bb7790941e 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -46,9 +46,6 @@ run_sed include/wx/version.h \ "s/^\(#define wxSUBRELEASE_NUMBER *\) [0-9]\{1,\}$/\1 0/" \ "/^#define wxVERSION_STRING/s/$ver_for_sed/$ver_string_new/" -run_sed include/wx/osx/config_xcode.h \ - "/^#define PACKAGE/s/$ver_for_sed/$ver_string_new/" - run_sed samples/minimal/Info_cocoa.plist \ "//s/$ver_for_sed/$ver_string_new/"