mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	 dc61323b2c
			
		
	
	
		dc61323b2c
		
	
	
	
	
		
			
			Unify pack file version and magic to avoid hardcoded literals. `version.py` now always includes `patch` even for the first release in a new stable branch (e.g. 3.2). The public name stays without the patch number, but `Engine.get_version_info()` already included `patch == 0`, and we can remove some extra handling of undefined `VERSION_PATCH` this way. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			156 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| short_name = "godot"
 | |
| name = "Godot Engine"
 | |
| major = 3
 | |
| minor = 2
 | |
| patch = 0
 | |
| status = "beta"
 | |
| module_config = ""
 | |
| year = 2020
 | |
| website = "https://godotengine.org"
 |