Changed version to indev

This commit is contained in:
Christian Danscheid 2013-08-13 20:28:39 +02:00
parent 83c2b3b0e3
commit 5506b45d57

View File

@ -8,7 +8,7 @@
-- Create variables and tables -- Create variables and tables
print("Streets: Creating variables and tables...") print("Streets: Creating variables and tables...")
streets = {} streets = {}
streets.version = 1.3 streets.version = "1.3 indev"
streets.modpath = minetest.get_modpath("streets") streets.modpath = minetest.get_modpath("streets")
streets.extendedBy = {} streets.extendedBy = {}