Skip to content

Commit

Permalink
Remove redundant declaration of version in Win32 packaging script, bu…
Browse files Browse the repository at this point in the history
…mp trunk version to .24 until we start naming libs .25 closer to that release. Refs #9115.

git-svn-id: http://svn.mythtv.org/svn/trunk@26901 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
Robert McNamara committed Oct 19, 2010
1 parent 53da066 commit b56f251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Win32/build/win32-packager.pl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# Subversion proxy settings are configured in %APPDATA%\Subversion\servers

my $NOISY = 1; # Set to 0 for less output to the screen
my $version = '0.23'; # Main mythtv version - used to name dlls
my $version = '0.24'; # Main mythtv version - used to name dlls
my $package = 0; # Create a Win32 Distribution package? 1 for yes
my $compile_type = "profile"; # compile options: debug, profile or release
my $tickets = 0; # Apply specific win32 tickets -
Expand Down Expand Up @@ -103,7 +103,6 @@
}

if (defined $opt{b}) {
$version = "0.23.1";
my @num = split /\./, $version;
$svnlocation = "branches/release-$num[0]-$num[1]-fixes";
} else {
Expand Down

0 comments on commit b56f251

Please sign in to comment.