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 /ponysay | |
parent | 9159e2dc559b970717b68ccdee09d3b5363fffd9 (diff) | |
download | ponysay-8c0cb19323d385b6a2bdbc654b096038893e9b05.tar.gz ponysay-8c0cb19323d385b6a2bdbc654b096038893e9b05.tar.bz2 ponysay-8c0cb19323d385b6a2bdbc654b096038893e9b05.zip |
versioning
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ from subprocess import Popen, PIPE ''' The version of ponysay ''' -VERSION = '2.4' +VERSION = '2.3' ''' |