Monotone-Parent: aaf45d2fbdac38e6f31b30f118a755f4f2006ecf

Monotone-Revision: 5882ca24d5eba6f75b71b2264556889290445bad

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-31T14:32:53
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-03-31 14:32:53 +00:00
parent a8b40bfd49
commit 733d86e6e7
2 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,3 @@
MAJOR_VERSION=1
MINOR_VERSION=3
SUBMINOR_VERSION=6
SOPE_MAJOR_VERSION=4
SOPE_MINOR_VERSION=9

4
configure vendored
View File

@ -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"