From aa444432be502472e22557fb3de4fee43d72a031 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 21 May 2009 17:24:13 +0000 Subject: [PATCH] Monotone-Parent: 2843ffb0343436932d7a2ce0d3aa223f882cbee5 Monotone-Revision: e7144d4661bfe00e94fbb512089c30ae2a0e99e4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-05-21T17:24:13 Monotone-Branch: ca.inverse.sogo --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 737ebc583..37f1b6b04 100755 --- a/configure +++ b/configure @@ -226,7 +226,7 @@ genConfigMake() { cfgwrite "SOGO_MAJOR_VERSION=0" cfgwrite "SOGO_MINOR_VERSION=9" cfgwrite "SOPE_MAJOR_VERSION=4" - cfgwrite "SOPE_MINOR_VERSION=7" + cfgwrite "SOPE_MINOR_VERSION=9" if test $ARG_WITH_DEBUG = 1; then cfgwrite "# configured to produce debugging code";