mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
parent
fc41a0f96b
commit
2b96c93b8d
@ -1,10 +1,10 @@
|
|||||||
#include <winver.h>
|
#include <winver.h>
|
||||||
|
|
||||||
#define VER_FILEVERSION 0,59,1,0
|
#define VER_FILEVERSION 0,62,1,0
|
||||||
#define VER_FILEVERSION_STR "0.59.1"
|
#define VER_FILEVERSION_STR "0.62.1"
|
||||||
|
|
||||||
#define VER_PRODUCTVERSION 0,59,1,0
|
#define VER_PRODUCTVERSION 0,62,1,0
|
||||||
#define VER_PRODUCTVERSION_STR "0.59.1"
|
#define VER_PRODUCTVERSION_STR "0.62.1"
|
||||||
|
|
||||||
#ifdef RC_INVOKED
|
#ifdef RC_INVOKED
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user