File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Modules/ThirdParty/pygccxml/src Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ upstream_sha="aa8661e4efa276f0af034d858e0be1cd1db4af20"
28
28
# EDIT THIS SCRIPT to change the hash tag at which to begin the
29
29
# next update...
30
30
#
31
- # This merge was done on: July 27th, 2020
32
- git branch pygccxml-upstream f8322d75a190d6d393336ffd5e0d8bd23bbc83e5
31
+ # This merge was done on: August 23rd, 2023
32
+ git branch pygccxml-upstream 6637e8709b7779d19cd6089d3c25b193fd794b7c
33
33
34
34
#
35
35
# Make a temp directory to handle the import of the upstream source
@@ -96,5 +96,9 @@ echo to get the commit hash from which the pygccxml-upstream
96
96
echo branch must be started on the next update.
97
97
echo " ---------------------------------"
98
98
echo edit the line \" git branch pygccxml-upstream\" above.
99
- echo Once you have commited this change to the UpdatepygccxmlFromUpstream.sh script,
99
+ echo " ---------------------------------"
100
+ echo Also update the __version__ in pygccxml/__init__.py
101
+ echo " ---------------------------------"
102
+ echo Once you have commited this change to the
103
+ echo UpdatepygccxmlFromUpstream.sh script and __init__.py,
100
104
echo use \" git review-push\" to push this new update branch back to GitHub.
Original file line number Diff line number Diff line change 51
51
else :
52
52
from importlib import metadata
53
53
54
- __version__ = metadata .version ("pygccxml" )
54
+ # Begin ITK edit
55
+ __version__ = "2.4.0"
56
+ # __version__ = metadata.version("pygccxml")
You can’t perform that action at this time.
0 commit comments