Skip to content

Commit

Permalink
[FIX] packaging: bump win installer version
Browse files Browse the repository at this point in the history
Quick fix that need to be automated.

Closes odoo#77981

closes odoo#77988

Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
  • Loading branch information
d-fence committed Oct 7, 2021
1 parent e8ab9d7 commit 0a07ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/win32/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Unicode True
!define PUBLISHER 'Odoo S.A.'

!ifndef MAJOR_VERSION
!define MAJOR_VERSION '14'
!define MAJOR_VERSION '15'
!endif

!ifndef MINOR_VERSION
Expand Down

0 comments on commit 0a07ddb

Please sign in to comment.