Skip to content

Commit

Permalink
Prepare script for 3.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 26, 2014
1 parent 8d46b02 commit 10e677d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/perl/virtualmin/dolibarr.pl
Expand Up @@ -30,7 +30,8 @@ sub script_dolibarr_author
# script_dolibarr_versions()
sub script_dolibarr_versions
{
return ( "3.6.0", "3.5.3", "3.5.2", "3.5.1", "3.5.0", "3.4.1", "3.4.0", "3.3.3", "3.3.2", "3.3.1", "3.3.0", "3.2.1", "3.1.1" );
# TODO Replace this with version of Dolibar we want to install
return ( "x.y.z", "3.6.0");
}

sub script_dolibarr_category
Expand Down

0 comments on commit 10e677d

Please sign in to comment.