Browse Source

Re-add CuraVersion.py.in which got deleted in 97d16ae3

It is required for the build to work as the file gets processed to
include the proper version.
Arjen Hiemstra 9 years ago
parent
commit
6896fbf93a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      cura/CuraVersion.py.in

+ 4 - 0
cura/CuraVersion.py.in

@@ -0,0 +1,4 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
+CuraVersion = "@CURA_VERSION@"