Make the VERSION file a dependency of build targets that rely on it. Without this, changing the VERSION file doesn't invalidate things like rubygem/lib/zeus/version.rb that are built from it. This means you can't build a new version without running make clean.
Make the VERSION file a dependency of build targets that rely on it. Without this, changing the VERSION file doesn't invalidate things like rubygem/lib/zeus/version.rb that are built from it. This means you can't build a new version without running
make clean
.