From ca36c5f6940b608e196d001273d1cd609f19186c Mon Sep 17 00:00:00 2001
From: Amorilia <amorilia@users.sourceforge.net>
Date: Sun, 13 Jun 2010 09:29:08 +0100
Subject: [PATCH] Version bump and changelog update.

---
 Doxyfile             | 2 +-
 change_log.txt       | 4 ++++
 niflib.vcproj        | 8 ++++----
 niflib_VC2008.vcproj | 8 ++++----
 4 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 39a83b70..fca2f1dc 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = Niflib
-PROJECT_NUMBER         = 0.7.2
+PROJECT_NUMBER         = 0.7.3
 OUTPUT_DIRECTORY       = doc
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
diff --git a/change_log.txt b/change_log.txt
index e829c4dd..5d8a6806 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -631,3 +631,7 @@
    class.  This allows users of the library to register new NIF object or
    overwrite exiting ones without recompiling the library.
  * Restored some missing function implementations.
+
+==Version 0.7.3==
+
+ * AsQuaternion is now a const member function.
diff --git a/niflib.vcproj b/niflib.vcproj
index a62127ea..1f1b4a71 100644
--- a/niflib.vcproj
+++ b/niflib.vcproj
@@ -328,7 +328,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				OutputFile="bin\niflib.dll"
-				Version="0.7.2"
+				Version="0.7.3"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
 				ImportLibrary="lib/niflib_dll.lib"
@@ -403,7 +403,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				OutputFile="bin\niflib_x64.dll"
-				Version="0.7.2"
+				Version="0.7.3"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
 				ImportLibrary="lib/niflib_dll.lib"
@@ -479,7 +479,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				OutputFile="bin\niflib_debug.dll"
-				Version="0.7.2"
+				Version="0.7.3"
 				GenerateDebugInformation="true"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
@@ -556,7 +556,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				OutputFile="bin\niflib_debug_x64.dll"
-				Version="0.7.2"
+				Version="0.7.3"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
 				ImportLibrary="lib/niflib_dll_debug.lib"
diff --git a/niflib_VC2008.vcproj b/niflib_VC2008.vcproj
index 85f51b6a..f239d227 100644
--- a/niflib_VC2008.vcproj
+++ b/niflib_VC2008.vcproj
@@ -328,7 +328,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				OutputFile="bin\niflib.dll"
-				Version="0.7.2"
+				Version="0.7.3"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
 				ImportLibrary="lib/niflib_dll.lib"
@@ -403,7 +403,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				OutputFile="bin\niflib_x64.dll"
-				Version="0.7.2"
+				Version="0.7.3"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
 				ImportLibrary="lib/niflib_dll.lib"
@@ -479,7 +479,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				OutputFile="bin\niflib_debug.dll"
-				Version="0.7.2"
+				Version="0.7.3"
 				GenerateDebugInformation="true"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
@@ -556,7 +556,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				OutputFile="bin\niflib_debug_x64.dll"
-				Version="0.7.2"
+				Version="0.7.3"
 				RandomizedBaseAddress="1"
 				DataExecutionPrevention="0"
 				ImportLibrary="lib/niflib_dll_debug.lib"
-- 
GitLab