File: fallback_version.py

package info (click to toggle)
libobjcryst 2022.1.4%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,720 kB
  • sloc: cpp: 46,163; python: 108; makefile: 19; sh: 5
file content (10 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python

'''
Definition of FALLBACK_VERSION.  Use it when git repository is
not available for example, when building from git zip archive.

Update FALLBACK_VERSION when tagging a new release.
'''

FALLBACK_VERSION = '2022.1.4.post0'