File: version.py

package info (click to toggle)
horizon-eda 2.6.0-2.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,356 kB
  • sloc: cpp: 270,147; ansic: 3,817; python: 2,098; xml: 402; sql: 219; sh: 190; ruby: 61; makefile: 19
file content (6 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
6
major = 2
minor = 6
micro = 0
name = "Luna"

string = ".".join(str(x) for x in (major, minor, micro))