File: CMakeVersionInfo.txt

package info (click to toggle)
aoflagger 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,000 kB
  • sloc: cpp: 67,891; python: 497; sh: 242; makefile: 22
file content (9 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
set(AOFLAGGER_VERSION_STR   3.5)
set(AOFLAGGER_VERSION_MAJOR 3)
set(AOFLAGGER_VERSION_MINOR 5)
set(AOFLAGGER_VERSION_SUBMINOR 0)
set(AOFLAGGER_VERSION_DATE_STR 2026-01-27)

# SOVERSION stored in the library -- increase
# when making ABI changes
set(AOFLAGGER_VERSION_SO    2)