1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 03:23:13 +02:00

Bump for 1.9.4-git

This commit is contained in:
Adam
2010-11-06 11:19:03 -04:00
parent 82e588a790
commit 5cd4fefb4c
4 changed files with 10 additions and 24 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/bin/sh
VERSION_MAJOR="1"
VERSION_MINOR="9"
VERSION_PATCH="3"
VERSION_EXTRA=""
VERSION_PATCH="4"
VERSION_EXTRA="-tastes-good-on-toast"
VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA"