Commit fca72a9c authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

changelog and version update

parent bc6e90e1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
* version 1.3.7 (Sep 13, 2021)
- [PZ] logging messages updates - provide run/tau/pixel in drspine log file 
- [PZ] use is_pixel_ok in most subroutines (instead of pixel%status.eq.PIXEL_OK)
* version 1.3.6 (Sep  2, 2021) 
- [PZ] "print term" - command
- [PZ] allow for "forced" matching
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ export PROJECT=drspine

export VERSION_MAJOR=1
export VERSION_MINOR=3
export VERSION_RELEASE=6
export VERSION_RELEASE=7

export PROJLIB=lib$(PROJECT).a
export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR)