Skip to content

Commit a9a3925

Browse files
author
Felipe Zimmerle
committed
Version 2.9.0
Increasing version to 2.9.0.
1 parent b304ab1 commit a9a3925

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XX xxx XXXX - 2.9.0
1+
12 Feb 2015 - 2.9.0
22
-------------------
33

44
* Fix apr_crypto.h include, now checking if apr_crypto.h is available by

apache2/msc_release.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#define MODSEC_VERSION_MINOR "9"
4141
#define MODSEC_VERSION_MAINT "0"
4242
#define MODSEC_VERSION_TYPE ""
43-
#define MODSEC_VERSION_RELEASE "-RC2"
43+
#define MODSEC_VERSION_RELEASE ""
4444

4545
#define MODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE
4646

iis/installer.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
lightArgs:
88
-->
99
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
10-
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.0.1" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
10+
<Product Id="22B04FDB-9BAB-46B0-87B8-A39544ECECD3" Name="ModSecurity IIS" Language="1033" Version="2.9.0" Manufacturer="ModSecurity" UpgradeCode="82F09489-1678-4C38-ADCB-08C3757653DB">
1111
<Package Description="ModSecurityISS" Comments="none" InstallerVersion="405" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
1212
<?define ProductName = "ModSecuirty IIS" ?>
1313
<?if $(sys.BUILDARCH) = x64 ?>

0 commit comments

Comments
 (0)