From b5004b0f48c794ed1272f74b008a8a32b6c41fa6 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 24 Dec 2017 05:45:43 +0000 Subject: [PATCH] Version bumped to 4.0.0.0. --- DiscImageChef.Checksums/DiscImageChef.Checksums.csproj | 2 +- DiscImageChef.Checksums/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj | 2 +- DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Console/DiscImageChef.Console.csproj | 2 +- DiscImageChef.Console/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Core/DiscImageChef.Core.csproj | 2 +- DiscImageChef.Core/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Decoders/DiscImageChef.Decoders.csproj | 2 +- DiscImageChef.Decoders/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Device.Report/main.h | 2 +- DiscImageChef.Devices/DiscImageChef.Devices.csproj | 2 +- DiscImageChef.Devices/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj | 2 +- DiscImageChef.DiscImages/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj | 2 +- DiscImageChef.Filesystems/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Filters/DiscImageChef.Filters.csproj | 2 +- DiscImageChef.Helpers/DiscImageChef.Helpers.csproj | 2 +- DiscImageChef.Helpers/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Interop/DiscImageChef.Interop.csproj | 2 +- DiscImageChef.Interop/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Metadata/DiscImageChef.Metadata.csproj | 2 +- DiscImageChef.Metadata/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Partitions/DiscImageChef.Partitions.csproj | 2 +- DiscImageChef.Partitions/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Server/DiscImageChef.Server.csproj | 2 +- DiscImageChef.Server/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Settings/DiscImageChef.Settings.csproj | 2 +- DiscImageChef.Settings/Properties/AssemblyInfo.cs | 2 +- DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj | 2 +- DiscImageChef.Tests/DiscImageChef.Tests.csproj | 2 +- DiscImageChef.sln | 2 +- DiscImageChef/AssemblyInfo.cs | 2 +- DiscImageChef/DiscImageChef.csproj | 2 +- README.md | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/DiscImageChef.Checksums/DiscImageChef.Checksums.csproj b/DiscImageChef.Checksums/DiscImageChef.Checksums.csproj index 459a66bd7..f6c35350d 100644 --- a/DiscImageChef.Checksums/DiscImageChef.Checksums.csproj +++ b/DiscImageChef.Checksums/DiscImageChef.Checksums.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Checksums DiscImageChef.Checksums - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Checksums/Properties/AssemblyInfo.cs b/DiscImageChef.Checksums/Properties/AssemblyInfo.cs index f939ed837..d79ee0852 100644 --- a/DiscImageChef.Checksums/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Checksums/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj b/DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj index 9df6ef192..f50bbc03e 100644 --- a/DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj +++ b/DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.CommonTypes DiscImageChef.CommonTypes - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs b/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs index 8640466ae..6f892a532 100644 --- a/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs +++ b/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Console/DiscImageChef.Console.csproj b/DiscImageChef.Console/DiscImageChef.Console.csproj index 690c781d0..b5c1351d3 100644 --- a/DiscImageChef.Console/DiscImageChef.Console.csproj +++ b/DiscImageChef.Console/DiscImageChef.Console.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Console DiscImageChef.Console - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Console/Properties/AssemblyInfo.cs b/DiscImageChef.Console/Properties/AssemblyInfo.cs index ba75eeebc..db81d32ee 100644 --- a/DiscImageChef.Console/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Console/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Core/DiscImageChef.Core.csproj b/DiscImageChef.Core/DiscImageChef.Core.csproj index 81e58b169..7f932e21a 100644 --- a/DiscImageChef.Core/DiscImageChef.Core.csproj +++ b/DiscImageChef.Core/DiscImageChef.Core.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Core DiscImageChef.Core - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Core/Properties/AssemblyInfo.cs b/DiscImageChef.Core/Properties/AssemblyInfo.cs index fab58cdd5..c365f6b28 100644 --- a/DiscImageChef.Core/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Core/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Decoders/DiscImageChef.Decoders.csproj b/DiscImageChef.Decoders/DiscImageChef.Decoders.csproj index e0d98f844..fb5a10bb6 100644 --- a/DiscImageChef.Decoders/DiscImageChef.Decoders.csproj +++ b/DiscImageChef.Decoders/DiscImageChef.Decoders.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Decoders DiscImageChef.Decoders - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Decoders/Properties/AssemblyInfo.cs b/DiscImageChef.Decoders/Properties/AssemblyInfo.cs index d12c190bd..dd43105fa 100644 --- a/DiscImageChef.Decoders/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Decoders/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Device.Report/main.h b/DiscImageChef.Device.Report/main.h index a00a994ee..3bd5b555f 100644 --- a/DiscImageChef.Device.Report/main.h +++ b/DiscImageChef.Device.Report/main.h @@ -33,7 +33,7 @@ Copyright © 2011-2018 Natalia Portillo #ifndef DISCIMAGECHEF_DEVICE_REPORT_MAIN_H #define DISCIMAGECHEF_DEVICE_REPORT_MAIN_H -#define DIC_VERSION "3.99.6.0" +#define DIC_VERSION "4.0.0.0" #define DIC_COPYRIGHT "Copyright © 2011-2017 Natalia Portillo" #define XML_ENCODING "UTF-8" #define DIC_REPORT_ROOT "DicDeviceReport" diff --git a/DiscImageChef.Devices/DiscImageChef.Devices.csproj b/DiscImageChef.Devices/DiscImageChef.Devices.csproj index 82aef527d..b96ef1d54 100644 --- a/DiscImageChef.Devices/DiscImageChef.Devices.csproj +++ b/DiscImageChef.Devices/DiscImageChef.Devices.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Devices DiscImageChef.Devices - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Devices/Properties/AssemblyInfo.cs b/DiscImageChef.Devices/Properties/AssemblyInfo.cs index 6cdb91b3d..09af2cbd2 100644 --- a/DiscImageChef.Devices/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Devices/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj b/DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj index 867fd1a0c..eb0f247fa 100644 --- a/DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj +++ b/DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.DiscImages DiscImageChef.DiscImages - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs b/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs index 0421f81f0..8852663d7 100644 --- a/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs +++ b/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj b/DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj index 7552c3383..84adab4e5 100644 --- a/DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj +++ b/DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Filesystems DiscImageChef.Filesystems - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs b/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs index 06669f98d..9657c3bc2 100644 --- a/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Filters/DiscImageChef.Filters.csproj b/DiscImageChef.Filters/DiscImageChef.Filters.csproj index 376ba0282..7b0838553 100644 --- a/DiscImageChef.Filters/DiscImageChef.Filters.csproj +++ b/DiscImageChef.Filters/DiscImageChef.Filters.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Filters DiscImageChef.Filters - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Helpers/DiscImageChef.Helpers.csproj b/DiscImageChef.Helpers/DiscImageChef.Helpers.csproj index 8bd7bf182..da8e12ca2 100644 --- a/DiscImageChef.Helpers/DiscImageChef.Helpers.csproj +++ b/DiscImageChef.Helpers/DiscImageChef.Helpers.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Helpers DiscImageChef.Helpers - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Helpers/Properties/AssemblyInfo.cs b/DiscImageChef.Helpers/Properties/AssemblyInfo.cs index c6eb046fa..b461ec1d0 100644 --- a/DiscImageChef.Helpers/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Helpers/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Interop/DiscImageChef.Interop.csproj b/DiscImageChef.Interop/DiscImageChef.Interop.csproj index 7f3670af2..e4affb38d 100644 --- a/DiscImageChef.Interop/DiscImageChef.Interop.csproj +++ b/DiscImageChef.Interop/DiscImageChef.Interop.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Interop DiscImageChef.Interop - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Interop/Properties/AssemblyInfo.cs b/DiscImageChef.Interop/Properties/AssemblyInfo.cs index c2683b244..9a5be5f71 100644 --- a/DiscImageChef.Interop/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Interop/Properties/AssemblyInfo.cs @@ -54,7 +54,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Metadata/DiscImageChef.Metadata.csproj b/DiscImageChef.Metadata/DiscImageChef.Metadata.csproj index 8a1670691..b8f580022 100644 --- a/DiscImageChef.Metadata/DiscImageChef.Metadata.csproj +++ b/DiscImageChef.Metadata/DiscImageChef.Metadata.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Metadata DiscImageChef.Metadata - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Metadata/Properties/AssemblyInfo.cs b/DiscImageChef.Metadata/Properties/AssemblyInfo.cs index 8c8e009b6..549837203 100644 --- a/DiscImageChef.Metadata/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Metadata/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Partitions/DiscImageChef.Partitions.csproj b/DiscImageChef.Partitions/DiscImageChef.Partitions.csproj index 0f122ecc1..e8a042158 100644 --- a/DiscImageChef.Partitions/DiscImageChef.Partitions.csproj +++ b/DiscImageChef.Partitions/DiscImageChef.Partitions.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Partitions DiscImageChef.Partitions - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Partitions/Properties/AssemblyInfo.cs b/DiscImageChef.Partitions/Properties/AssemblyInfo.cs index dee083f7a..0b929e931 100644 --- a/DiscImageChef.Partitions/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Partitions/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Server/DiscImageChef.Server.csproj b/DiscImageChef.Server/DiscImageChef.Server.csproj index 786621d6e..98c2339fc 100644 --- a/DiscImageChef.Server/DiscImageChef.Server.csproj +++ b/DiscImageChef.Server/DiscImageChef.Server.csproj @@ -11,7 +11,7 @@ Library DiscImageChef.Server DiscImageChef.Server - 3.99.6.0 + 4.0.0.0 v4.6.1 false diff --git a/DiscImageChef.Server/Properties/AssemblyInfo.cs b/DiscImageChef.Server/Properties/AssemblyInfo.cs index a25dda525..837ecd426 100644 --- a/DiscImageChef.Server/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Server/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Settings/DiscImageChef.Settings.csproj b/DiscImageChef.Settings/DiscImageChef.Settings.csproj index 521771dd4..9709e21e6 100644 --- a/DiscImageChef.Settings/DiscImageChef.Settings.csproj +++ b/DiscImageChef.Settings/DiscImageChef.Settings.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Settings DiscImageChef.Settings - 3.99.6.0 + 4.0.0.0 false diff --git a/DiscImageChef.Settings/Properties/AssemblyInfo.cs b/DiscImageChef.Settings/Properties/AssemblyInfo.cs index 78e84daae..8b0dac2a7 100644 --- a/DiscImageChef.Settings/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Settings/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj b/DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj index eda3c22fd..829d4bbe9 100644 --- a/DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj +++ b/DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj @@ -8,7 +8,7 @@ DiscImageChef.Tests.Devices DiscImageChef.Tests.Devices v4.6.1 - 3.99.6.0 + 4.0.0.0 true diff --git a/DiscImageChef.Tests/DiscImageChef.Tests.csproj b/DiscImageChef.Tests/DiscImageChef.Tests.csproj index e423b0100..e3a5f585a 100644 --- a/DiscImageChef.Tests/DiscImageChef.Tests.csproj +++ b/DiscImageChef.Tests/DiscImageChef.Tests.csproj @@ -10,7 +10,7 @@ DiscImageChef.Tests DiscImageChef.Tests v4.6.1 - 3.99.6.0 + 4.0.0.0 true diff --git a/DiscImageChef.sln b/DiscImageChef.sln index b9e8030dc..c4c94f18d 100644 --- a/DiscImageChef.sln +++ b/DiscImageChef.sln @@ -149,6 +149,6 @@ Global $7.Rules = $8 $8.NamingRule = $28 description = The Disc Image Chef. - version = 3.99.6.0 + version = 4.0.0.0 EndGlobalSection EndGlobal diff --git a/DiscImageChef/AssemblyInfo.cs b/DiscImageChef/AssemblyInfo.cs index b26af52c5..cbfa0cd6e 100644 --- a/DiscImageChef/AssemblyInfo.cs +++ b/DiscImageChef/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/DiscImageChef/DiscImageChef.csproj b/DiscImageChef/DiscImageChef.csproj index 7dbdc8c4a..e74b94388 100644 --- a/DiscImageChef/DiscImageChef.csproj +++ b/DiscImageChef/DiscImageChef.csproj @@ -9,7 +9,7 @@ Exe DiscImageChef DiscImageChef - 3.99.6.0 + 4.0.0.0 True diff --git a/README.md b/README.md index a06533031..32eb0998f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -DiscImageChef v3.99.6.0 +DiscImageChef v4.0.0.0 ======================= Disc Image Chef (because "swiss-army-knife" is used too much)