summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2015-04-21 17:01:15 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-06-29 16:54:29 +0200
commit87b047cabacfadc3fa04b541ab6d57ff50dbcba8 (patch)
treeab5ab71f79c771e520ae3e380d82b60adf0d529e
parent7e0014607513fc335f96baf9408cdeb6d29c1375 (diff)
downloadgobject-introspection-87b047cabacfadc3fa04b541ab6d57ff50dbcba8.tar.gz
tools: move verbump.py from tools to misc...
... so it lives next to the rest of the maintainer utilities.
-rw-r--r--Makefile.am2
-rw-r--r--misc/verbump.py (renamed from tools/verbump.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a988a5f..cbd57121 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,7 +96,7 @@ prepare-release-tag: Makefile
git tag -m "Tag $(TAG_VERSION)" -a $(TAG_PREFIX)$(TAG_VERSION)
prepare-minor-release: $(DISTNAME) prepare-release-tag Makefile
- env top_srcdir=$(top_srcdir) python $(top_srcdir)/tools/verbump.py
+ env top_srcdir=$(top_srcdir) python $(top_srcdir)/misc/verbump.py
upload-release: $(DISTNAME) Makefile
git log origin/master..master
diff --git a/tools/verbump.py b/misc/verbump.py
index 0c7d593f..0c7d593f 100644
--- a/tools/verbump.py
+++ b/misc/verbump.py