Changeset 7e366bd
- Timestamp:
- Dec 4, 2020, 3:39:32 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ad915e0
- Parents:
- 7d5d3f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Distribute
r7d5d3f3 r7e366bd 78 78 //=========================================================================================================== 79 79 def GetVersion(build) { 80 final pver = "sed 's/AC_INIT(\\[cfa-cc\\],\\[\\(.*\\)\\],\\[cforall@plg.uwaterloo.ca\\])/\\1/;t;d' ${SrcDir} configure.ac" 80 final pver = sh( 81 returnStdout: true, 82 script: "sed 's/AC_INIT(\\[cfa-cc\\],\\[\\(.*\\)\\],\\[cforall@plg.uwaterloo.ca\\])/\\1/;t;d' ${SrcDir} configure.ac" 83 ).trim() 84 81 85 final version = "${pver}.${build}" 82 86
Note: See TracChangeset
for help on using the changeset viewer.