fixed little type in build that affected only mac osx build - strange
This commit is contained in:
@@ -41,7 +41,7 @@ m4_define(x_minor_diff, mrw_esyscmd_s([
|
||||
done
|
||||
# Mac does not support LEAST > 255
|
||||
echo $ECHO_N $(($SVN_REVISION/256))
|
||||
])))
|
||||
]))
|
||||
# setup version number
|
||||
m4_define(x_version, [x_major.m4_ifdef([x_least_diff], x_minor, m4_eval(x_minor+x_minor_diff)).m4_eval(m4_ifdef([x_least_diff], [x_least-x_least_diff], [x_least]))])
|
||||
|
||||
|
Reference in New Issue
Block a user