diff --git a/awlite.awk b/awlite.awk index 672a158..fac8bb0 100644 --- a/awlite.awk +++ b/awlite.awk @@ -614,7 +614,7 @@ BEGIN { split("", globalseeds) # init galaxy seeds buildgalaxy(player["galaxynum"], globalseeds) # build the current galaxy genmarket(0, economies[player["currentplanet"]]) # build local market - printf("\nWelcome to awlite 1.5.1 (based on Text Elite 1.5)\n") + printf("\nWelcome to awlite 1.5.2 (based on Text Elite 1.5)\n") dohelp() # start the REPL printf("\n\nCash: %.1f> ", player["cash"]/10)