Skip to content

Commit 4405800

Browse files
committed
Python binding - update version to 3.1.4
1 parent 98b25f6 commit 4405800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/bind_rpr.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,9 @@ enum class Curve : rpr_curve_parameter {
11781178
NB_MODULE(rpr, m) {
11791179
m.attr("VERSION_MAJOR") = 3 ;
11801180
m.attr("VERSION_MINOR") = 1 ;
1181-
m.attr("VERSION_REVISION") = 3 ;
1182-
m.attr("VERSION_BUILD") = 0xf82cb9d0 ;
1183-
m.attr("VERSION_MAJOR_MINOR_REVISION") = 0x00300103 ;
1181+
m.attr("VERSION_REVISION") = 4 ;
1182+
m.attr("VERSION_BUILD") = 0x2cb14e23 ;
1183+
m.attr("VERSION_MAJOR_MINOR_REVISION") = 0x00300104 ;
11841184
m.attr("API_VERSION") = RPR_VERSION_MAJOR_MINOR_REVISION ;
11851185
m.attr("API_VERSION_MINOR") = RPR_VERSION_BUILD ;
11861186
nb::enum_<Status>(m, "Status")

0 commit comments

Comments
 (0)