Skip to content

Commit 76c443e

Browse files
committed
[REL] 10.0rc1
1 parent 2432a12 commit 76c443e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

odoo/release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# properly comparable using normal operarors, for example:
1313
# (6,1,0,'beta',0) < (6,1,0,'candidate',1) < (6,1,0,'candidate',2)
1414
# (6,1,0,'candidate',2) < (6,1,0,'final',0) < (6,1,2,'final',0)
15-
version_info = (9, 'saas~13', 0, FINAL, 0, 'c')
15+
version_info = (10, 0, 0, RELEASE_CANDIDATE, 1, 'c')
1616
version = '.'.join(map(str, version_info[:2])) + RELEASE_LEVELS_DISPLAY[version_info[3]] + str(version_info[4] or '') + version_info[5]
1717
series = serie = major_version = '.'.join(map(str, version_info[:2]))
1818

setup/win32/setup.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
!define PUBLISHER 'Odoo S.A.'
4242

4343
!ifndef MAJOR_VERSION
44-
!define MAJOR_VERSION '9'
44+
!define MAJOR_VERSION '10'
4545
!endif
4646

4747
!ifndef MINOR_VERSION

0 commit comments

Comments
 (0)