[cpp-sp COMMIT] in /branches/REL_2: adfs/adfs.rc apache/mod_shib_13.rc apache/mod_shib_20.rc apache/mod_shib_22.rc ap...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Nov 21 21:29:18 EST 2013
Author: scantor
Date: Thu Nov 21 21:29:18 2013
New Revision: 3882
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3882&view=rev
Log:
Update version resources
Modified:
branches/REL_2/adfs/adfs.rc
branches/REL_2/apache/mod_shib_13.rc
branches/REL_2/apache/mod_shib_20.rc
branches/REL_2/apache/mod_shib_22.rc
branches/REL_2/apache/mod_shib_24.rc
branches/REL_2/fastcgi/shibauthorizer.rc
branches/REL_2/fastcgi/shibresponder.rc
branches/REL_2/isapi_shib/isapi_shib.rc
branches/REL_2/memcache-store/memcache-store.rc
branches/REL_2/nsapi_shib/nsapi_shib.rc
branches/REL_2/odbc-store/odbc-store.rc
branches/REL_2/plugins/plugins.rc
branches/REL_2/shibd/shibd.rc
branches/REL_2/shibsp/shibsp.rc
branches/REL_2/util/mdquery.rc
branches/REL_2/util/resolvertest.rc
Modified: branches/REL_2/adfs/adfs.rc
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/adfs/adfs.rc?rev=3882&r1=3881&r2=3882&view=diff
==============================================================================
--- branches/REL_2/adfs/adfs.rc (original)
+++ branches/REL_2/adfs/adfs.rc Thu Nov 21 21:29:18 2013
@@ -54,8 +54,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,5,2,0
- PRODUCTVERSION 2,5,2,0
+ FILEVERSION 2,5,3,0
+ PRODUCTVERSION 2,5,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -73,7 +73,7 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "Shibboleth ADFSv1 Plugin\0"
- VALUE "FileVersion", "2, 5, 2, 0\0"
+ VALUE "FileVersion", "2, 5, 3, 0\0"
#ifdef SHIBSP_LITE
VALUE "InternalName", "adfs-lite\0"
#else
@@ -87,8 +87,8 @@
VALUE "OriginalFilename", "adfs.so\0"
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 2.5.2\0"
- VALUE "ProductVersion", "2, 5, 2, 0\0"
+ VALUE "ProductName", "Shibboleth 2.5.3\0"
+ VALUE "ProductVersion", "2, 5, 3, 0\0"
VALUE "SpecialBuild", "\0"
END
END
Modified: branches/REL_2/apache/mod_shib_13.rc
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_shib_13.rc?rev=3882&r1=3881&r2=3882&view=diff
==============================================================================
--- branches/REL_2/apache/mod_shib_13.rc (original)
+++ branches/REL_2/apache/mod_shib_13.rc Thu Nov 21 21:29:18 2013
@@ -28,8 +28,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,5,2,0
- PRODUCTVERSION 2,5,2,0
+ FILEVERSION 2,5,3,0
+ PRODUCTVERSION 2,5,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,14 +47,14 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "Shibboleth Apache 1.3 Module\0"
- VALUE "FileVersion", "2, 5, 2, 0\0"
+ VALUE "FileVersion", "2, 5, 3, 0\0"
VALUE "InternalName", "mod_shib_13\0"
VALUE "LegalCopyright", "Copyright © 2013 UCAID\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "mod_shib_13.so\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 2.5.2\0"
- VALUE "ProductVersion", "2, 5, 2, 0\0"
+ VALUE "ProductName", "Shibboleth 2.5.3\0"
+ VALUE "ProductVersion", "2, 5, 3, 0\0"
VALUE "SpecialBuild", "\0"
END
END
Modified: branches/REL_2/apache/mod_shib_20.rc
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_shib_20.rc?rev=3882&r1=3881&r2=3882&view=diff
==============================================================================
--- branches/REL_2/apache/mod_shib_20.rc (original)
+++ branches/REL_2/apache/mod_shib_20.rc Thu Nov 21 21:29:18 2013
@@ -28,8 +28,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,5,2,0
- PRODUCTVERSION 2,5,2,0
+ FILEVERSION 2,5,3,0
+ PRODUCTVERSION 2,5,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,14 +47,14 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "Shibboleth Apache 2.0 Module\0"
- VALUE "FileVersion", "2, 5, 2, 0\0"
+ VALUE "FileVersion", "2, 5, 3, 0\0"
VALUE "InternalName", "mod_shib_20\0"
VALUE "LegalCopyright", "Copyright © 2013 UCAID\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "mod_shib_20.so\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 2.5.2\0"
- VALUE "ProductVersion", "2, 5, 2, 0\0"
+ VALUE "ProductName", "Shibboleth 2.5.3\0"
+ VALUE "ProductVersion", "2, 5, 3, 0\0"
VALUE "SpecialBuild", "\0"
END
END
Modified: branches/REL_2/apache/mod_shib_22.rc
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_shib_22.rc?rev=3882&r1=3881&r2=3882&view=diff
==============================================================================
[... 464 lines stripped ...]
More information about the commits
mailing list