diff --git a/configure b/configure
index c8d03df322..234ba85a9b 100755
--- a/configure
+++ b/configure
@@ -549,7 +549,7 @@ PACKAGE_TARNAME='uncrustify'
PACKAGE_VERSION='0.55'
PACKAGE_STRING='uncrustify 0.55'
PACKAGE_BUGREPORT=''
-PACKAGE_URL=''
+PACKAGE_URL='http://uncrustify.sourceforge.net/'
ac_unique_file="src/uncrustify.cpp"
# Factoring default headers for most tests.
@@ -1335,6 +1335,7 @@ Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to the package provider.
+uncrustify home page: .
_ACEOF
ac_status=$?
fi
@@ -5585,7 +5586,8 @@ $config_headers
Configuration commands:
$config_commands
-Report bugs to the package provider."
+Report bugs to the package provider.
+uncrustify home page: ."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/src/config.h b/src/config.h
index 8ceb666d34..60e3d47f91 100644
--- a/src/config.h
+++ b/src/config.h
@@ -76,19 +76,22 @@
#define PACKAGE_NAME "uncrustify"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "uncrustify 0.54"
+#define PACKAGE_STRING "uncrustify 0.55"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "uncrustify"
+/* Define to the home page for this package. */
+#define PACKAGE_URL "http://uncrustify.sourceforge.net/"
+
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.54"
+#define PACKAGE_VERSION "0.55"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.54"
+#define VERSION "0.55"
/* Define to appropriate substitue if compiler doesnt have __func__ */
/* #undef __func__ */