From 788d909e8a27db8bb86acb966471d57c2e3e841b Mon Sep 17 00:00:00 2001 From: chrisv Date: Sat, 4 Oct 2008 00:37:56 +0000 Subject: [PATCH] MAINTENANCE Preparing release as version 1.0.2. --- ChangeLog.txt | 6 ++++++ VrpnNet/AssemblyInfo.cpp | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 063c5bb..2a87d99 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +Version 1.0.2 2008-10-03 +================================================== + +- Added Visual Studio 2008 project files. + + Version 1.0.1 2008-08-31 ================================================== diff --git a/VrpnNet/AssemblyInfo.cpp b/VrpnNet/AssemblyInfo.cpp index 8f30a0f..2023326 100644 --- a/VrpnNet/AssemblyInfo.cpp +++ b/VrpnNet/AssemblyInfo.cpp @@ -1,17 +1,17 @@ // AssemblyInfo.cpp: VrpnNet assembly metadata. // // Copyright (c) 2008 Chris VanderKnyff -// +// // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: -// +// // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. -// +// // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -61,9 +61,9 @@ using namespace System::Security::Permissions; // // Revision is set to *, so it changes with every build. // -// +// -[assembly:AssemblyVersionAttribute("1.0.1.*")]; +[assembly:AssemblyVersionAttribute("1.0.2.*")]; [assembly:ComVisible(false)];