aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rwxr-xr-xponysay2
2 files changed, 3 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 98f9508..b3dd326 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,3 @@
-Version 2.4
-
- New ponies: blaze
-
Version 2.3
Support for 'best.pony' file.
@@ -17,6 +13,8 @@ Version 2.3
Support cowsay style message compression.
+ New ponies: blaze
+
Pony symlink added: pinkieoink → oinkoinkoink
Support for non-MLP:FiM ponies (known as extraponies),
diff --git a/ponysay b/ponysay
index 0cd87a3..f70cb2d 100755
--- a/ponysay
+++ b/ponysay
@@ -25,7 +25,7 @@ from subprocess import Popen, PIPE
'''
The version of ponysay
'''
-VERSION = '2.4'
+VERSION = '2.3'
'''