Increase swift version to v0.5.0

This commit is contained in:
Roland Winklmeier
2014-06-13 02:03:05 +02:00
parent 01f6b9c156
commit 6f7d8f3285

View File

@@ -6,7 +6,7 @@
### Version
BLACK_VER_MAJ = 0
BLACK_VER_MIN = 4
BLACK_VER_MIN = 5
BLACK_VER_PAT = 0
BLACK_VERSION = $${BLACK_VER_MAJ}.$${BLACK_VER_MIN}.$${BLACK_VER_PAT}
DEFINES += BLACK_VERSION=$$BLACK_VERSION