diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-23 03:14:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-23 03:14:45 +0200 |
commit | 8c0cb19323d385b6a2bdbc654b096038893e9b05 (patch) | |
tree | 6bf049b61622635f991384a637e4147196bcbf88 | |
parent | 9159e2dc559b970717b68ccdee09d3b5363fffd9 (diff) | |
download | ponysay-8c0cb19323d385b6a2bdbc654b096038893e9b05.tar.gz ponysay-8c0cb19323d385b6a2bdbc654b096038893e9b05.tar.bz2 ponysay-8c0cb19323d385b6a2bdbc654b096038893e9b05.zip |
versioning
-rw-r--r-- | CHANGELOG | 6 | ||||
-rwxr-xr-x | ponysay | 2 |
2 files changed, 3 insertions, 5 deletions
@@ -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), @@ -25,7 +25,7 @@ from subprocess import Popen, PIPE ''' The version of ponysay ''' -VERSION = '2.4' +VERSION = '2.3' ''' |