diff --git a/CHANGELOG b/CHANGELOG index 98f95089..b3dd326b 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 0cd87a3d..f70cb2d8 100755 --- a/ponysay +++ b/ponysay @@ -25,7 +25,7 @@ from subprocess import Popen, PIPE ''' The version of ponysay ''' -VERSION = '2.4' +VERSION = '2.3' '''