Skip to content

Commit 4c5444d

Browse files
committed
updated configure script
1 parent 621b265 commit 4c5444d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ update_version_doxyfile() {
176176
}
177177

178178
version() {
179+
if [ "$DRY_RUN" == true ] ; then
180+
return
181+
fi
182+
179183
v=$(changelogger get version)
180184

181185
# README.md

0 commit comments

Comments
 (0)