From 737ca201829fbfbd1194207fb6c6a41f8069231d Mon Sep 17 00:00:00 2001 From: Mario Di Vece Date: Wed, 25 Apr 2018 08:40:06 -0500 Subject: [PATCH] Preparing for 2.40 release --- README.md | 2 +- Unosquare.FFME.Windows.Sample/Properties/AssemblyInfo.cs | 2 +- Unosquare.FFME.Windows/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60d41b0f1..077335ca7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Announcements - If you would like to support this project, you can show your appreciation via [PayPal.Me](https://www.paypal.me/mariodivece/50usd) -- Current Status: (2018-03-29) - Release 3.4.230 is now available, (see the Releases) +- Current Status: (2018-04-25) - Release 3.4.240 is now available, (see the Releases) - NuGet Package available here: https://www.nuget.org/packages/FFME.Windows/ - FFmpeg Version: 3.4.2 (32-bit) diff --git a/Unosquare.FFME.Windows.Sample/Properties/AssemblyInfo.cs b/Unosquare.FFME.Windows.Sample/Properties/AssemblyInfo.cs index b7d76ba4d..46a91f663 100644 --- a/Unosquare.FFME.Windows.Sample/Properties/AssemblyInfo.cs +++ b/Unosquare.FFME.Windows.Sample/Properties/AssemblyInfo.cs @@ -40,5 +40,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2018.3.29.*")] +[assembly: AssemblyVersion("2018.4.25.*")] [assembly: AssemblyFileVersion("3.4.240")] diff --git a/Unosquare.FFME.Windows/Properties/AssemblyInfo.cs b/Unosquare.FFME.Windows/Properties/AssemblyInfo.cs index 6bf47088e..daa00e254 100644 --- a/Unosquare.FFME.Windows/Properties/AssemblyInfo.cs +++ b/Unosquare.FFME.Windows/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2018.3.29.*")] +[assembly: AssemblyVersion("2018.4.25.*")] [assembly: AssemblyFileVersion("3.4.240")]