From bb46a34d7d1b67d2f6638f013bc72b07ab2d4c13 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 29 Mar 2003 20:15:04 +0000
Subject: [PATCH] Fixed a typo in the comment for STANDALONE.  Update version
 number to 1.3.

---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index c7782f0..852b1e0 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
-- 
GitLab