Added new release task in the make file to automatize the new version
process:
- Move current version to old_versions folder
- Change .control file to the new version
- Create the complete SQL file for the new version
- Create empty upgrade and downgrade files
To call the new task you should pass the NEW_VERSION variable. Eg:
make release NEW_VERSION=0.x.0