diff --git a/src/.cproject b/src/.cproject
index 80e6296..c718ae3 100644
--- a/src/.cproject
+++ b/src/.cproject
@@ -114,7 +114,7 @@
-
+
@@ -236,6 +236,7 @@
-
+
+
diff --git a/src/xmlcopyeditor.rc b/src/xmlcopyeditor.rc
index 7faa55b..1ea4797 100644
--- a/src/xmlcopyeditor.rc
+++ b/src/xmlcopyeditor.rc
@@ -121,6 +121,45 @@ END
#endif // APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 1,2,0,8
+ PRODUCTVERSION 1,2,0,8
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904B0"
+ BEGIN
+ VALUE "CompanyName", "XML Copy Editor Team"
+ VALUE "FileDescription", "XML Copy Editor is a fast, free, validating XML editor"
+ VALUE "FileVersion", ""
+ VALUE "InternalName", "xmlcopyeditor.exe"
+ VALUE "LegalCopyright", "Copyright (c) 2012 Gerald Schmidt"
+ VALUE "OriginalFilename", "xmlcopyeditor.exe"
+ VALUE "ProductName", "XML Copy Editor"
+ VALUE "ProductVersion", ""
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+
+
//////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
diff --git a/src/xmlcopyeditor.spec b/src/xmlcopyeditor.spec
index 29ff1bb..528ae8b 100755
--- a/src/xmlcopyeditor.spec
+++ b/src/xmlcopyeditor.spec
@@ -1,5 +1,5 @@
%define name xmlcopyeditor
-%define version 1.1.0.6
+%define version 1.2.0.8
%define release 1
%define author Gerald Schmidt
%define prefix /usr/local
diff --git a/src/xmlcopyeditorcopy.h b/src/xmlcopyeditorcopy.h
index bbdc5c5..5e747ec 100755
--- a/src/xmlcopyeditorcopy.h
+++ b/src/xmlcopyeditorcopy.h
@@ -55,7 +55,7 @@
"License along with this program; if not, write to the Free\n"\
"Software Foundation, Inc., 59 Temple Place, Suite 330,\n"\
"Boston, MA 02111-1307 USA.")
-#define ABOUT_VERSION _T("1.2.0.7")
+#define ABOUT_VERSION _T("1.2.0.8")
#define XMLCE_VAR _T("XMLCE_VAR")
#ifdef __WXMSW__