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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sean0921 committed Apr 8, 2020
1 parent dbbe35c commit a6fae1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.408.0.900',
version: '2020.408.1',
default_options:['buildtype=debugoptimized']
)
add_global_arguments('-cpp',language:'fortran')
Expand Down
6 changes: 3 additions & 3 deletions windres/version.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define VERSION_STR "2020.408.0.900"
#define VERSION_STR "2020.408.1"
#define MAJOR_VERSION 2020
#define MINOR_VERSION 408
#define MICRO_VERSION 0
#define NANO_VERSION 900
#define MICRO_VERSION 1
#define NANO_VERSION 0

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

0 comments on commit a6fae1c

Please sign in to comment.