From 0585e992c77f74dc9c3fd3cbe1c3cfb22adc232e Mon Sep 17 00:00:00 2001 From: James South Date: Tue, 5 Aug 2014 16:43:02 +0100 Subject: [PATCH] v1.9.5 Former-commit-id: 422cddce7a0fd914f0347b1ee8ae32bc6636f0f6 --- src/ImageProcessor/ImageProcessor.csproj | 1 - src/ImageProcessor/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ImageProcessor/ImageProcessor.csproj b/src/ImageProcessor/ImageProcessor.csproj index 026c166c4..8719e3c85 100644 --- a/src/ImageProcessor/ImageProcessor.csproj +++ b/src/ImageProcessor/ImageProcessor.csproj @@ -52,7 +52,6 @@ - diff --git a/src/ImageProcessor/Properties/AssemblyInfo.cs b/src/ImageProcessor/Properties/AssemblyInfo.cs index 30065502c..39cdaa406 100644 --- a/src/ImageProcessor/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ using System.Security; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.9.4.0")] -[assembly: AssemblyFileVersion("1.9.4.0")] +[assembly: AssemblyVersion("1.9.5.0")] +[assembly: AssemblyFileVersion("1.9.5.0")]