Salome HOME
Increment version: 8.3.0
[tools/yacsgen.git] / module_generator / yacsgen_version.py
index 7cf6761d50542a741b6ed2eb52fc239f331dfac3..a5b46b59fb389ff29cc745089dda93321e0d4c90 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015  EDF R&D
+# Copyright (C) 2009-2016  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -18,6 +18,6 @@
 #
 
 major_version=8
-minor_version=0
+minor_version=3
 patch_version=0
 complete_version="%d.%d.%d" % (major_version, minor_version, patch_version)