alpha2 version bump.

This commit is contained in:
Eugene Wang
2023-04-09 18:03:57 -04:00
parent dcc2c8b862
commit 64268b3a27
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ These are not implemented yet in this early version:
* Image memory transfer (DAT_IMAGEMEMXFER). * Image memory transfer (DAT_IMAGEMEMXFER).
* Audio native transfer (probably never will). * Audio native transfer (probably never will).
* Utility for reading out of extended image info (TW_EXTIMAGEINFO).
As with previous versions, only Windows has been tested on and thus As with previous versions, only Windows has been tested on and thus
supported really. Other changes include supported really. Other changes include

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<!--change these in each release--> <!--change these in each release-->
<VersionPrefix>4.0.0.0</VersionPrefix> <VersionPrefix>4.0.0.0</VersionPrefix>
<VersionSuffix>alpha.1</VersionSuffix> <VersionSuffix>alpha.2</VersionSuffix>
<!--keep it the same until major # changes--> <!--keep it the same until major # changes-->
<AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion>