From 4bf61807f726f8a488b926cae5c4335b09c12a37 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Wed, 2 Sep 2009 01:46:41 -0500 Subject: [PATCH] change versions to 7.8.0 --- docs/changelog/7.x.x.txt | 2 +- .../{upgrade_7.7.19-7.7.20.pl => upgrade_7.7.19-7.8.0.pl} | 2 +- lib/WebGUI.pm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/upgrades/{upgrade_7.7.19-7.7.20.pl => upgrade_7.7.19-7.8.0.pl} (99%) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 7114b0310..c6913d09a 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,4 @@ -7.7.20 +7.8.0 7.7.19 - fixed #10838: Forwarded forum post email to new CS adds reply to original thread diff --git a/docs/upgrades/upgrade_7.7.19-7.7.20.pl b/docs/upgrades/upgrade_7.7.19-7.8.0.pl similarity index 99% rename from docs/upgrades/upgrade_7.7.19-7.7.20.pl rename to docs/upgrades/upgrade_7.7.19-7.8.0.pl index 1b6492b94..4e0f7bd17 100644 --- a/docs/upgrades/upgrade_7.7.19-7.7.20.pl +++ b/docs/upgrades/upgrade_7.7.19-7.8.0.pl @@ -24,7 +24,7 @@ use WebGUI::Storage; use WebGUI::Asset; -my $toVersion = '7.7.20'; +my $toVersion = '7.8.0'; my $quiet; # this line required diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index df7c24d9f..05b52a1c2 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,8 +1,8 @@ package WebGUI; -our $VERSION = '7.7.20'; -our $STATUS = 'stable'; +our $VERSION = '7.8.0'; +our $STATUS = 'beta'; =head1 LEGAL