diff options
author | Johnathan Corgan | 2011-03-16 09:26:56 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-03-16 09:26:56 -0700 |
commit | 70bd1d100583964431b6a9c51b12e7ecd98f733b (patch) | |
tree | 769b90ec567698a8cc0bbbd5d7964826d7e1fd5e | |
parent | 4cd06fadac972d4cac559c15488bc39823063afe (diff) | |
download | gnuradio-70bd1d100583964431b6a9c51b12e7ecd98f733b.tar.gz gnuradio-70bd1d100583964431b6a9c51b12e7ecd98f733b.tar.bz2 gnuradio-70bd1d100583964431b6a9c51b12e7ecd98f733b.zip |
build: updated version to 3.4.0git
-rw-r--r-- | gr-howto-write-a-block/version.sh | 4 | ||||
-rw-r--r-- | version.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gr-howto-write-a-block/version.sh b/gr-howto-write-a-block/version.sh index 0d6cc96f0..6957e2046 100644 --- a/gr-howto-write-a-block/version.sh +++ b/gr-howto-write-a-block/version.sh @@ -1,4 +1,4 @@ MAJOR_VERSION=3 API_COMPAT=4 -MINOR_VERSION=git -MAINT_VERSION=0 +MINOR_VERSION=0 +MAINT_VERSION=git diff --git a/version.sh b/version.sh index 0ae040982..6957e2046 100644 --- a/version.sh +++ b/version.sh @@ -1,4 +1,4 @@ MAJOR_VERSION=3 API_COMPAT=4 -MINOR_VERSION=git -MAINT_VERSION= +MINOR_VERSION=0 +MAINT_VERSION=git |