summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan2011-07-08 19:01:10 -0700
committerJohnathan Corgan2011-07-08 19:01:10 -0700
commitcaa4af889f54a696d3a533c77c5016df82f2987c (patch)
treebb36c189c6daa2799b79918a165a79a62cfc8174
parent2cad94708515537d889bc0e1444472db81ee8ba5 (diff)
downloadgnuradio-caa4af889f54a696d3a533c77c5016df82f2987c.tar.gz
gnuradio-caa4af889f54a696d3a533c77c5016df82f2987c.tar.bz2
gnuradio-caa4af889f54a696d3a533c77c5016df82f2987c.zip
build: fix incorrect version on next branch
-rw-r--r--version.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.sh b/version.sh
index 642c1baf8..df20514d6 100644
--- a/version.sh
+++ b/version.sh
@@ -1,4 +1,4 @@
MAJOR_VERSION=3
API_COMPAT=5
-MINOR_VERSION=0
-MAINT_VERSION=0 \ No newline at end of file
+MINOR_VERSION=git
+MAINT_VERSION= \ No newline at end of file