Skip to content

Commit

Permalink
MAINTENANCE
Browse files Browse the repository at this point in the history
Preparing release as version 1.0.2.
  • Loading branch information
cvanderknyff committed Oct 4, 2008
1 parent 5e62b0b commit 788d909
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.0.2 2008-10-03
==================================================

- Added Visual Studio 2008 project files.


Version 1.0.1 2008-08-31
==================================================

Expand Down
10 changes: 5 additions & 5 deletions VrpnNet/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)];

Expand Down

0 comments on commit 788d909

Please sign in to comment.