Skip to content

Instantly share code, notes, and snippets.

@ameerkat
Created May 19, 2011 01:26
Show Gist options
  • Save ameerkat/979979 to your computer and use it in GitHub Desktop.
Save ameerkat/979979 to your computer and use it in GitHub Desktop.
Pre-commit hook for drupal version increment script
#!/bin/sh
echo updating version numbering...
python inc_v_num.py --file content_reservation.info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment