Skip to content

Commit 965bc90

Browse files
committed
Update script to include conanfile.py
1 parent bf6c8f9 commit 965bc90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/update-version.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
# , r'\value_ptr_lite_version\s+=\s+"([0-9]+\.[0-9]+\.[0-9]+)"\s*$'
3232
# , 'value_ptr_lite_version = "{major}.{minor}.{patch}"\n' )
3333

34+
, ( 'conanfile.py'
35+
, r'version\s+=\s+"([0-9]+\.[0-9]+\.[0-9]+)"\s*$'
36+
, 'version = "{major}.{minor}.{patch}"' )
37+
3438
, ( 'include/nonstd/value_ptr.hpp'
3539
, r'\#define\s+value_ptr_lite_MAJOR\s+[0-9]+\s*$'
3640
, '#define value_ptr_lite_MAJOR {major}' )

0 commit comments

Comments
 (0)