version.py 93 B

123456
  1. #! /usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. VER_MAIN = '3'
  4. VER_SUB = '5'
  5. BUILD_SN = '160809'