Skip to content

Commit

Permalink
Release 2.99
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed Feb 11, 2017
1 parent 6643df3 commit 47898e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions get_iplayer
Expand Up @@ -24,8 +24,8 @@
#
#
package main;
my $version = 2.98;
my $version_text = "2.99-dev";
my $version = 2.99;
my $version_text;
$version_text = sprintf("v%.2f", $version) unless $version_text;
#
# Help:
Expand Down
2 changes: 1 addition & 1 deletion get_iplayer.1
Expand Up @@ -514,7 +514,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
.PP
This manual page was originally written by Jonathan Wiltshire <jmw@debian.org> for the Debian project (but may be used by others).
.SH COPYRIGHT NOTICE
get_iplayer v2.98, Copyright (C) 2008\-2010 Phil Lewis
get_iplayer v2.99, Copyright (C) 2008\-2010 Phil Lewis
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
This is free software, and you are welcome to redistribute it under certain
conditions; use \-\-conditions for details.
Expand Down
4 changes: 2 additions & 2 deletions get_iplayer.cgi
Expand Up @@ -24,8 +24,8 @@
# License: GPLv3 (see LICENSE.txt)
#

my $VERSION = 2.98;
my $VERSION_TEXT = "2.99-dev";
my $VERSION = 2.99;
my $VERSION_TEXT;
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;

use strict;
Expand Down

0 comments on commit 47898e3

Please sign in to comment.