Skip to content

Commit

Permalink
Add OMEdit to version.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Mar 2, 2016
1 parent 8d2d2ec commit 458b0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Makefile.omdev.mingw
Expand Up @@ -69,6 +69,6 @@ else # version is not empty, update it if it changed
else echo version has changed. updating version.h; \mv version.h.tmp version.h; \
fi; \
else \
echo "#define GIT_SHA \"$(GIT_SHA)\"" > version.h; echo Retrieved version number. version.h was created; \
echo "#define GIT_SHA \"OMEdit $(GIT_SHA)\"" > version.h; echo Retrieved version number. version.h was created; \
fi;
endif

0 comments on commit 458b0ec

Please sign in to comment.