# libtmux.common._no_version_flag_fallback

- **Module:** libtmux.common
- **Package:** libtmux
- **Language:** Python
- **Kind:** function
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/common.py#L385
- **Page:** https://libtmux.org/reference/py/libtmux-common-_no_version_flag_fallback/

```
libtmux.common._no_version_flag_fallback() -> str
```

Return a synthetic version string when tmux lacks ``-V``.

OpenBSD ships a ``-V``-less base tmux, so assume the maximum supported
version; any other platform is genuinely too old.
