[skip-CI] updating version number

This commit is contained in:
Pietro Delugas 2019-12-06 17:31:23 +01:00
parent fb0b77fcc8
commit 58425b3cae
2 changed files with 3 additions and 3 deletions

View File

@ -390,10 +390,10 @@ tar-qe-modes :
# "latex2html" and "convert" (from Image-Magick) are needed.
doc :
if test -d Doc ; then \
( cd Doc ; $(MAKE) VERSION=6.4 TLDEPS= all ) ; fi
( cd Doc ; $(MAKE) VERSION=6.5 TLDEPS= all ) ; fi
for dir in */Doc; do \
( if test -f $$dir/Makefile ; then \
( cd $$dir; $(MAKE) VERSION=6.4 TLDEPS= all ) ; fi ) ; done
( cd $$dir; $(MAKE) VERSION=6.5 TLDEPS= all ) ; fi ) ; done
doc_clean :
if test -d Doc ; then \

View File

@ -12,6 +12,6 @@ MODULE global_version
!
SAVE
!
CHARACTER (LEN=6) :: version_number = '6.5Max'
CHARACTER (LEN=6) :: version_number = '6.5'
!
END MODULE global_version