Skip to content

Commit

Permalink
preparing for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daPhie79 committed Feb 5, 2018
1 parent dd34eb4 commit 98dd96d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Expand Up @@ -33,6 +33,6 @@
// 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("3.0.0.1")]
[assembly: AssemblyFileVersion("3.0.0.1")]
[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
4 changes: 3 additions & 1 deletion WorkerForm.cs
Expand Up @@ -144,8 +144,10 @@ public WorkerForm(MainForm parentForm)
fes1Path = Path.Combine(Path.Combine(baseDirectoryInternal, "data"), "fes1.bin");
ubootPath = Path.Combine(Path.Combine(baseDirectoryInternal, "data"), "uboot.bin");
zImage = Path.Combine(Path.Combine(baseDirectoryInternal, "data"), "zImage");
#if VERYDEBUG
#if VERY_DEBUG

tempDirectory = Path.Combine(baseDirectoryInternal, "temp");
Debug.WriteLine($"Using temp directory: \"{tempDirectory}\".");
#else
tempDirectory = Path.Combine(Path.GetTempPath(), "hakchi-temp");
#endif
Expand Down

0 comments on commit 98dd96d

Please sign in to comment.