SF.net SVN: mod-aspdotnet: [183] mod_aspdotnet/trunk
Brought to you by:
wrowe
From: <wr...@us...> - 2007-03-02 06:22:28
|
Revision: 183 http://svn.sourceforge.net/mod-aspdotnet/?rev=183&view=rev Author: wrowe Date: 2007-03-01 22:22:27 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Bump after tag Modified Paths: -------------- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h mod_aspdotnet/trunk/installer.ism Modified: mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h =================================================================== --- mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2007-03-02 06:21:06 UTC (rev 182) +++ mod_aspdotnet/trunk/Apache.Web/Apache.Web.Version.h 2007-03-02 06:22:27 UTC (rev 183) @@ -50,12 +50,12 @@ // This also ensures we use the most recent 'build' of the module for the given // Apache core version. // -#define APACHE_WEB_VER_BUILD 2006 +#define APACHE_WEB_VER_BUILD 2007 // Define APACHE_WEB_VER_RELEASE as 1 for a non-dev, release build, when rolling // the distribution .zip sources or binary release. // -#define APACHE_WEB_VER_RELEASE 1 +#define APACHE_WEB_VER_RELEASE 0 #define APACHE_WEB_VERSION_CSV \ APACHE_WEB_VER_MAJOR,\ Modified: mod_aspdotnet/trunk/installer.ism =================================================================== --- mod_aspdotnet/trunk/installer.ism 2007-03-02 06:21:06 UTC (rev 182) +++ mod_aspdotnet/trunk/installer.ism 2007-03-02 06:22:27 UTC (rev 183) @@ -1896,20 +1896,20 @@ <col key="yes" def="s72">ISProductConfiguration_</col> <col key="yes" def="s72">Property</col> <col def="L255">Value</col> - <row><td>mod_aspdotnet2.0</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.0.0.2006</td></row> + <row><td>mod_aspdotnet2.0</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.0.0.2007</td></row> <row><td>mod_aspdotnet2.0</td><td>PackageCode</td><td>{AFB3093A-B243-4865-9130-13A1C9DA6A6E}</td></row> <row><td>mod_aspdotnet2.0</td><td>PreProcessorDefines</td><td>APACHE_VERSION=2.0</td></row> <row><td>mod_aspdotnet2.0</td><td>ProductCode</td><td>{18C26F50-5E08-4274-BC7B-430AF1FDD147}</td></row> <row><td>mod_aspdotnet2.0</td><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.0</td></row> - <row><td>mod_aspdotnet2.0</td><td>ProductVersion</td><td>2.0.0.2006</td></row> + <row><td>mod_aspdotnet2.0</td><td>ProductVersion</td><td>2.0.0.2007</td></row> <row><td>mod_aspdotnet2.0</td><td>Subject</td><td>##ID_STRING3##</td></row> <row><td>mod_aspdotnet2.0</td><td>UpgradeCode</td><td>{D7DEB71F-1CF3-4956-9AC9-2187FEE06F02}</td></row> - <row><td>mod_aspdotnet2.2</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.2.0.2006</td></row> + <row><td>mod_aspdotnet2.2</td><td>MSIPackageFileName</td><td>mod_aspdotnet-2.2.0.2007</td></row> <row><td>mod_aspdotnet2.2</td><td>PackageCode</td><td>{BAE8F78E-FE91-4E0A-9D9F-74AD2793777B}</td></row> <row><td>mod_aspdotnet2.2</td><td>PreProcessorDefines</td><td>APACHE_VERSION=2.2</td></row> <row><td>mod_aspdotnet2.2</td><td>ProductCode</td><td>{45261452-CE23-4440-BFBE-8085F2B9A183}</td></row> <row><td>mod_aspdotnet2.2</td><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.2</td></row> - <row><td>mod_aspdotnet2.2</td><td>ProductVersion</td><td>2.2.0.2006</td></row> + <row><td>mod_aspdotnet2.2</td><td>ProductVersion</td><td>2.2.0.2007</td></row> <row><td>mod_aspdotnet2.2</td><td>SetupFileName</td><td/></row> <row><td>mod_aspdotnet2.2</td><td>Subject</td><td>##ID_STRING4##</td></row> <row><td>mod_aspdotnet2.2</td><td>UpgradeCode</td><td>{9E4E662E-946B-42E1-AFC0-74C648A1A11C}</td></row> @@ -3595,7 +3595,7 @@ <row><td>ProductID</td><td>none</td><td/></row> <row><td>ProductLanguage</td><td>1033</td><td/></row> <row><td>ProductName</td><td>mod_aspdotnet for Apache HTTP Server 2.0</td><td/></row> - <row><td>ProductVersion</td><td>2.0.0.2006</td><td/></row> + <row><td>ProductVersion</td><td>2.0.0.2007</td><td/></row> <row><td>ProgressType0</td><td>install</td><td/></row> <row><td>ProgressType1</td><td>Installing</td><td/></row> <row><td>ProgressType2</td><td>installed</td><td/></row> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |