diff --git a/build/AssemblyRevisionIncrementer.exe b/build/AssemblyRevisionIncrementer.exe
new file mode 100644
index 0000000..7e2ef2e
Binary files /dev/null and b/build/AssemblyRevisionIncrementer.exe differ
diff --git a/trunk/Properties/AssemblyInfo.cs b/trunk/Properties/AssemblyInfo.cs
index da901fb..4d0e2c1 100644
--- a/trunk/Properties/AssemblyInfo.cs
+++ b/trunk/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-// /**
+// /**
// ********
// *
// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden
@@ -55,7 +55,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("LSL Editor")]
-[assembly: AssemblyCopyright("2006 - 2013")]
+[assembly: AssemblyCopyright("2006 - 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -69,9 +69,8 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-//
-// LSL-Editor uses the Major.Minor.Bugfix.Build format.
-[assembly: AssemblyVersion("2.999.999.1")]
+
+[assembly: AssemblyVersion("2.999.999.2")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -101,4 +100,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyName("")]
[assembly: ComVisibleAttribute(false)]
-[assembly: AssemblyFileVersionAttribute("2.999.999.1")]
+[assembly: AssemblyFileVersionAttribute("2.999.999.2")]
diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj
index 64d25fe..bba3199 100644
--- a/trunk/lsleditor.csproj
+++ b/trunk/lsleditor.csproj
@@ -870,6 +870,6 @@
"$(FrameworkSDKDir)Bin\rc.exe" /r "$(ProjectDir)$(TargetName).rc"
- E:\Dev\C#\AssemblyRevisionIncrement\bin\Release\AssemblyRevisionIncrementer.exe /t="$(SolutionDir)\Properties\AssemblyInfo.cs"
+ $(SolutionDir)\..\build\AssemblyRevisionIncrementer.exe /t="$(SolutionDir)\Properties\AssemblyInfo.cs"
\ No newline at end of file