Skip to content

Commit

Permalink
version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiki committed May 20, 2019
1 parent 363d8fe commit 03072d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/geo_easy.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ proc GeoEasy {top} {
global geoLangs langCodes

set version 311 ;# update for new release!
set version_str "[join [split $version {}] .] dev"
set version_str [join [split $version {}] .]
#set version_str "[join [split $version {}] .] dev"
set geoEasyMsg(mainTitle) "GeoEasy $version_str"
# check conditions for geo and coo data
# each record must have point number
Expand Down

0 comments on commit 03072d9

Please sign in to comment.