11program zonbudmf6
22 use KindModule
33 use ConstantsModule, only: LINELENGTH, LENHUGELINE
4- use VersionModule, only: VERSION
4+ use VersionModule, only: FULLVERSION
55 use SimVariablesModule, only: iout, errmsg
66 use SimModule, only: store_error
77 use MessageModule, only: write_message, write_message_centered
@@ -23,7 +23,7 @@ program zonbudmf6
2323 ! -- Write title to screen
2424 call write_message_centered(' ZONEBUDGET' // mfvnam, 80 )
2525 call write_message_centered(' U.S. GEOLOGICAL SURVEY' , 80 )
26- call write_message_centered(' VERSION ' // VERSION , 80 )
26+ call write_message_centered(' VERSION ' // FULLVERSION , 80 )
2727 !
2828 ! -- Find name of zone budget name file and lst file
2929 fnam = ' zbud.nam'
@@ -39,7 +39,7 @@ program zonbudmf6
3939 call openfile(iunit_lst, 0 , flst, ' LIST' , filstat_opt= ' REPLACE' )
4040 call write_message_centered(' ZONEBUDGET' // mfvnam, 80 , iunit= iout)
4141 call write_message_centered(' U.S. GEOLOGICAL SURVEY' , 80 , iunit= iout)
42- call write_message_centered(' VERSION ' // VERSION , 80 , iunit= iout)
42+ call write_message_centered(' VERSION ' // FULLVERSION , 80 , iunit= iout)
4343 !
4444 ! -- Open name file, read name file, and open csv file
4545 call openfile(iunit_nam, iout, fnam, ' NAM' )
0 commit comments