diff options
| author | Adam <Adam@anope.org> | 2011-04-22 02:51:18 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-05-16 04:01:46 -0400 |
| commit | b28d3746f500210933a6c4694d3741b2e5249762 (patch) | |
| tree | a10467ff0956a8b973d52a884be9775d55fc5f05 /src | |
| parent | 469a04e7e09f6a113e1935b86b70d8e1d96b1358 (diff) | |
Branch for 1.9.5
Diffstat (limited to 'src')
| -rw-r--r-- | src/version.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.sh b/src/version.sh index 7ce0bf93d..b22c7ab27 100644 --- a/src/version.sh +++ b/src/version.sh @@ -1,8 +1,8 @@ #!/bin/sh VERSION_MAJOR="1" VERSION_MINOR="9" -VERSION_PATCH="4" -VERSION_EXTRA="" +VERSION_PATCH="5" +VERSION_EXTRA="-is-both-the-chicken-and-the-egg" VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA" |
