1.0.0
parent
b01ef602a0
commit
074f2afc83
|
@ -35,8 +35,8 @@ namespace WellspringCS
|
|||
|
||||
// Version
|
||||
|
||||
public const uint WELLSPRING_MAJOR_VERSION = 0;
|
||||
public const uint WELLSPRING_MINOR_VERSION = 3;
|
||||
public const uint WELLSPRING_MAJOR_VERSION = 1;
|
||||
public const uint WELLSPRING_MINOR_VERSION = 0;
|
||||
public const uint WELLSPRING_PATCH_VERSION = 0;
|
||||
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
|
Loading…
Reference in New Issue