1
0
mirror of https://github.com/livingcomputermuseum/Darkstar.git synced 2026-05-05 15:44:15 +00:00

Added write support for floppies. Small tweak to TOD clock handling. Updated readme for forthcoming 1.1 release.

This commit is contained in:
Josh Dersch
2019-05-23 17:29:05 -07:00
parent a69e764da3
commit 1c24c4642d
12 changed files with 648 additions and 45 deletions

View File

@@ -61,5 +61,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("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]