diff --git a/configure.ac b/configure.ac
index c7782f04860d8bf191a1bcf73122a35f6e2a227b..852b1e0c48f11f0ce641706742b7436dda8d2dc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
-AC_INIT(netscape-remote, 1.2)
+AC_INIT(netscape-remote, 1.3)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 AC_PROG_CC
 AC_PATH_XTRA
 AC_CONFIG_FILES([Makefile])
 AC_DEFINE([STANDALONE], [1], 
-          [Define is netscape-remote is compiled standalone])
+          [Define if netscape-remote is compiled standalone.])
 AC_OUTPUT