[fdo-commits] r84 - in branches/3.2.x/Providers/GDAL/Src: . Message Overrides UnitTest

svn_fdo at osgeo.org svn_fdo at osgeo.org
Fri Feb 9 19:51:58 EST 2007


Author: jacklee
Date: 2007-02-09 19:51:58 -0500 (Fri, 09 Feb 2007)
New Revision: 84

Modified:
   branches/3.2.x/Providers/GDAL/Src/FdoRfpGlobals.h
   branches/3.2.x/Providers/GDAL/Src/Message/RFPMessage.vcproj
   branches/3.2.x/Providers/GDAL/Src/Overrides/RFPOverrides.rc
   branches/3.2.x/Providers/GDAL/Src/Overrides/RFPOverrides.vcproj
   branches/3.2.x/Providers/GDAL/Src/UnitTest/providers.xml
Log:
Change version to 3.2.2

Modified: branches/3.2.x/Providers/GDAL/Src/FdoRfpGlobals.h
===================================================================
--- branches/3.2.x/Providers/GDAL/Src/FdoRfpGlobals.h	2007-02-09 23:56:52 UTC (rev 83)
+++ branches/3.2.x/Providers/GDAL/Src/FdoRfpGlobals.h	2007-02-10 00:51:58 UTC (rev 84)
@@ -38,8 +38,8 @@
     static FdoString* GRFPProviderName				    = L"OSGeo.Gdal.3.2";
     static FdoString* GRFPProviderDisplayName			= L"OSGeo FDO Provider for Raster";
     static FdoString* GRFPProviderDescription			= L"Read access to various raster-based file formats. Supports georeferenced file-based raster images.";
-    static FdoString* GRFPProviderVersion			    = L"3.2.1.0";
-    static FdoString* GRFPFeatureDataObjectsVersion		= L"3.2.1.0";
+    static FdoString* GRFPProviderVersion			    = L"3.2.2.0";
+    static FdoString* GRFPFeatureDataObjectsVersion		= L"3.2.2.0";
 
     static FdoString* DefaultRasterFileLocation			= L"DefaultRasterFileLocation";
 	

Modified: branches/3.2.x/Providers/GDAL/Src/Message/RFPMessage.vcproj
===================================================================
--- branches/3.2.x/Providers/GDAL/Src/Message/RFPMessage.vcproj	2007-02-09 23:56:52 UTC (rev 83)
+++ branches/3.2.x/Providers/GDAL/Src/Message/RFPMessage.vcproj	2007-02-10 00:51:58 UTC (rev 84)
@@ -98,7 +98,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Creating Library and Versioning GRFPMessage.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.1.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPMessage.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.2.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPMessage.dll"
 			/>
 		</Configuration>
 		<Configuration
@@ -186,7 +186,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Creating Library and Versioning GRFPMessage.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.1.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPMessage.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.2.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPMessage.dll"
 			/>
 		</Configuration>
 	</Configurations>

Modified: branches/3.2.x/Providers/GDAL/Src/Overrides/RFPOverrides.rc
===================================================================
--- branches/3.2.x/Providers/GDAL/Src/Overrides/RFPOverrides.rc	2007-02-09 23:56:52 UTC (rev 83)
+++ branches/3.2.x/Providers/GDAL/Src/Overrides/RFPOverrides.rc	2007-02-10 00:51:58 UTC (rev 84)
@@ -53,8 +53,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,1,0
- PRODUCTVERSION 3,2,1,0
+ FILEVERSION 3,2,2,0
+ PRODUCTVERSION 3,2,2,0
  FILEFLAGSMASK 0x17L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -72,12 +72,12 @@
             VALUE "Comments", "FDO Provider for Raster Files Overrides"
             VALUE "CompanyName", "Open Geospatial Foundation"
             VALUE "FileDescription", "FDO Provider for Raster Files Overrides Component"
-            VALUE "FileVersion", "3.2.1.0"
+            VALUE "FileVersion", "3.2.2.0"
             VALUE "InternalName", "GRFPOverrides"
-            VALUE "LegalCopyright", "Copyright © 2005"
+            VALUE "LegalCopyright", "Copyright © 2007"
             VALUE "OriginalFilename", "GRFPOverrides.dll"
             VALUE "ProductName", "Feature Data Objects"
-            VALUE "ProductVersion", "3.2.1.0"
+            VALUE "ProductVersion", "3.2.2.0"
         END
     END
     BLOCK "VarFileInfo"

Modified: branches/3.2.x/Providers/GDAL/Src/Overrides/RFPOverrides.vcproj
===================================================================
--- branches/3.2.x/Providers/GDAL/Src/Overrides/RFPOverrides.vcproj	2007-02-09 23:56:52 UTC (rev 83)
+++ branches/3.2.x/Providers/GDAL/Src/Overrides/RFPOverrides.vcproj	2007-02-10 00:51:58 UTC (rev 84)
@@ -100,7 +100,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Versioning GRFPOverrides.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.1.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPOverrides.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.2.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPOverrides.dll"
 			/>
 		</Configuration>
 		<Configuration
@@ -192,7 +192,7 @@
 			<Tool
 				Name="VCPostBuildEventTool"
 				Description="Versioning GRFPOverrides.dll"
-				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.1.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPOverrides.dll"
+				CommandLine="$(FDOTHIRDPARTY)\util\stampver\StampVer.exe -v&quot;..\SubDoc\Providers.version&quot; -f&quot;3.2.2.0%PROVIDERS_VERSION%&quot; $(OutDir)\GRFPOverrides.dll"
 			/>
 		</Configuration>
 	</Configurations>

Modified: branches/3.2.x/Providers/GDAL/Src/UnitTest/providers.xml
===================================================================
--- branches/3.2.x/Providers/GDAL/Src/UnitTest/providers.xml	2007-02-09 23:56:52 UTC (rev 83)
+++ branches/3.2.x/Providers/GDAL/Src/UnitTest/providers.xml	2007-02-10 00:51:58 UTC (rev 84)
@@ -5,8 +5,8 @@
     <DisplayName>OSGeo FDO Provider for Raster</DisplayName>
     <Description>Read access to various raster-based file formats. Supports georeferenced file-based raster images.</Description>
     <IsManaged>False</IsManaged>
-    <Version>3.2.0.0</Version>
-    <FeatureDataObjectsVersion>3.2.0.0</FeatureDataObjectsVersion>
+    <Version>3.2.2.0</Version>
+    <FeatureDataObjectsVersion>3.2.2.0</FeatureDataObjectsVersion>
     <LibraryPath>.\GRFPProvider.dll</LibraryPath>
   </FeatureProvider>
 </FeatureProviderRegistry>



More information about the fdo-commits mailing list