diff --git a/build/Build.bat b/build/Build.bat index c0ff43e01..397ddf7e3 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -1,6 +1,6 @@ @ECHO OFF SET version=1.9.0.0 -SET webversion=3.2.3.0 +SET webversion=3.2.4.0 SET webconfigversion=1.1.0.0 ECHO Building ImageProcessor %version%, ImageProcess.Web %webversion% and ImageProcess.Web.Config %webconfigversion% diff --git a/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs b/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs index 30109a6c4..fb3be6046 100644 --- a/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs +++ b/src/ImageProcessor.Web/NET45/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using ImageProcessor.Web.HttpModules; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.2.3.0")] -[assembly: AssemblyFileVersion("3.2.3.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.2.4.0")] +[assembly: AssemblyFileVersion("3.2.4.0")] \ No newline at end of file