From ab755ca16f2e4792c96eea4c3713cb34db878bcf Mon Sep 17 00:00:00 2001 From: niksedk Date: Fri, 22 Nov 2013 17:02:27 +0000 Subject: [PATCH] updated dictionary git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@2225 99eadd0c-20b8-1223-b5c4-2a2b2df33de2 --- Dictionaries/eng_OCRFixReplaceList.xml | 16 ++++++++++++++++ src/Properties/AssemblyInfo.cs.in | 2 +- src/Properties/AssemblyInfo.cs.template | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Dictionaries/eng_OCRFixReplaceList.xml b/Dictionaries/eng_OCRFixReplaceList.xml index 075d8ffa0..b67a7e0a8 100644 --- a/Dictionaries/eng_OCRFixReplaceList.xml +++ b/Dictionaries/eng_OCRFixReplaceList.xml @@ -1698,6 +1698,22 @@ + + + + + + + + + + + + + + + + diff --git a/src/Properties/AssemblyInfo.cs.in b/src/Properties/AssemblyInfo.cs.in index eb6e76b07..26f0a4624 100644 --- a/src/Properties/AssemblyInfo.cs.in +++ b/src/Properties/AssemblyInfo.cs.in @@ -31,4 +31,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.3.9.$WCREV$")] +[assembly: AssemblyVersion("3.3.10.$WCREV$")] diff --git a/src/Properties/AssemblyInfo.cs.template b/src/Properties/AssemblyInfo.cs.template index 53a5940e1..dd49d73d8 100644 --- a/src/Properties/AssemblyInfo.cs.template +++ b/src/Properties/AssemblyInfo.cs.template @@ -31,4 +31,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.3.9.0")] +[assembly: AssemblyVersion("3.3.10.0")]