
wrowe at apache
Jul 1, 2009, 11:56 AM
Views: 85
Permalink
|
|
svn commit: r790306 - /httpd/mod_fcgid/trunk/mod_fcgid/mod_fcgid.rc
|
|
Author: wrowe Date: Wed Jul 1 18:56:14 2009 New Revision: 790306 URL: http://svn.apache.org/viewvc?rev=790306&view=rev Log: Add an RC stub for the next release Added: httpd/mod_fcgid/trunk/mod_fcgid/mod_fcgid.rc (with props) Added: httpd/mod_fcgid/trunk/mod_fcgid/mod_fcgid.rc URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/mod_fcgid/mod_fcgid.rc?rev=790306&view=auto ============================================================================== --- httpd/mod_fcgid/trunk/mod_fcgid/mod_fcgid.rc (added) +++ httpd/mod_fcgid/trunk/mod_fcgid/mod_fcgid.rc Wed Jul 1 18:56:14 2009 @@ -0,0 +1,33 @@ +1 VERSIONINFO + FILEVERSION 2,3,0,200 + PRODUCTVERSION 2,3,0,200 + FILEFLAGSMASK 0x3fL +#if defined(_DEBUG) + FILEFLAGS 0x01L +#else + FILEFLAGS 0x00L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this file except in compliance with the License. You may obtain a copy of the License at\r\n\r\nhttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an ""AS IS"" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\0" + VALUE "CompanyName", "Apache Software Foundation\0" + VALUE "FileDescription", "fcgid_module for Apache\0" + VALUE "FileVersion", "2.3.1\0" + VALUE "InternalName", "mod_fcgid.so\0" + VALUE "LegalCopyright", "Copyright \0" + VALUE "OriginalFilename", "mod_fcgid.so\0" + VALUE "ProductName", "Apache HTTP Server Project\0" + VALUE "ProductVersion", "2.3.1\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END Propchange: httpd/mod_fcgid/trunk/mod_fcgid/mod_fcgid.rc ------------------------------------------------------------------------------ svn:eol-style = native
|