Bump version to 0.9.4
- SHA
98c456f427ed697503c263e747135a54e15c7cc3- Parents
-
a37dd71 - Tree
a29239a
98c456f
98c456f427ed697503c263e747135a54e15c7cc3a37dd71
a29239a| Status | File | + | - |
|---|---|---|---|
| M |
VERSION
|
1 | 1 |
| M |
src/version_module.f90
|
1 | 1 |
VERSIONmodified@@ -1,1 +1,1 @@ | ||
| 1 | -0.7.6 | |
| 1 | +0.9.4 | |
src/version_module.f90modified@@ -1,4 +1,4 @@ | ||
| 1 | 1 | module version_module |
| 2 | 2 | implicit none |
| 3 | - character(len=*), parameter :: VERSION = '0.7.6' | |
| 3 | + character(len=*), parameter :: VERSION = '0.9.4' | |
| 4 | 4 | end module version_module |