#!/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'
