1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 09:16:38 +02:00
Files
anope/src/version.sh
T
Sadie Powell 3f61b52db3 Release 2.1.0.
2023-11-24 13:33:10 +00:00

7 lines
76 B
Bash

#!/bin/sh
VERSION_MAJOR=2
VERSION_MINOR=1
VERSION_PATCH=0
VERSION_EXTRA=""