1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 14:16:39 +02:00
Files
anope/src/version.sh
T
2011-09-10 00:54:29 -04:00

9 lines
172 B
Bash

#!/bin/sh
VERSION_MAJOR="1"
VERSION_MINOR="9"
VERSION_PATCH="6"
VERSION_EXTRA="-with-bacon-and-eggs"
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA"