Commit 646b8b47 authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

version bump to 0.62

parent d3032973
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ DESTDIR=$(HOME)
# Default Instrument 1=SNS-NSE, 2=J-NSE
INSTRUMENT=1

# Fortran 2003 compiler (use ifort or gfortran)
# Fortran 2008 compiler (use ifort or gfortran)
FC      = gfortran
# Fortran 2003 compiler flags
FCFLAGS = -g
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR)


export VERSION_MAJOR=0
export VERSION_MINOR=61
export VERSION_MINOR=62

git_rev=$(shell git rev-parse --short HEAD 2> /dev/null)
ifeq "$(git_rev)" ""