Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
release version 2020.408.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sean0921 committed Apr 8, 2020
1 parent 65e0023 commit ed22cb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('timeseries_process',
'fortran',
version: '2020.407.1.901',
version: '2020.408.0',
default_options:['buildtype=debugoptimized']
)
add_global_arguments('-cpp',language:'fortran')
Expand Down
8 changes: 4 additions & 4 deletions windres/version.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define VERSION_STR "2020.407.1.901"
#define VERSION_STR "2020.408.0"
#define MAJOR_VERSION 2020
#define MINOR_VERSION 407
#define MICRO_VERSION 1
#define NANO_VERSION 901
#define MINOR_VERSION 408
#define MICRO_VERSION 0
#define NANO_VERSION 0

1 VERSIONINFO
FILEVERSION MAJOR_VERSION,MINOR_VERSION,MICRO_VERSION,NANO_VERSION
Expand Down

0 comments on commit ed22cb3

Please sign in to comment.