From 733d86e6e765937739f3c6e9c1a9f70914e64687 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 31 Mar 2011 14:32:53 +0000 Subject: [PATCH] Monotone-Parent: aaf45d2fbdac38e6f31b30f118a755f4f2006ecf Monotone-Revision: 5882ca24d5eba6f75b71b2264556889290445bad Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-31T14:32:53 Monotone-Branch: ca.inverse.sogo --- Version | 3 --- configure | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Version b/Version index 47c975e7f..54ad3cc29 100644 --- a/Version +++ b/Version @@ -5,6 +5,3 @@ MAJOR_VERSION=1 MINOR_VERSION=3 SUBMINOR_VERSION=6 - -SOPE_MAJOR_VERSION=4 -SOPE_MINOR_VERSION=9 diff --git a/configure b/configure index 1ae6b73f4..73ecdbb4e 100755 --- a/configure +++ b/configure @@ -222,6 +222,10 @@ genConfigMake() { cfgwrite "NEEDS_GUI=no" + # SOPE version + cfgwrite "SOPE_MAJOR_VERSION=4" + cfgwrite "SOPE_MINOR_VERSION=9" + #cfgwrite "# print on the cmdline that this file is being used" #cfgwrite "all :: " #cfgwrite " @echo Local GNUstep config.make is active"