diff options
Diffstat (limited to 'writer/Properties/AssemblyInfo.cs')
| -rw-r--r-- | writer/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/writer/Properties/AssemblyInfo.cs b/writer/Properties/AssemblyInfo.cs index fc6a1ca..7f47c6d 100644 --- a/writer/Properties/AssemblyInfo.cs +++ b/writer/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ 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("1.0.*")] -[assembly: AssemblyVersion(RawAccelVersion.value)] -[assembly: AssemblyFileVersion(RawAccelVersion.value)] +[assembly: AssemblyVersion(VersionHelper.VersionString)] +[assembly: AssemblyFileVersion(VersionHelper.VersionString)]
\ No newline at end of file |