diff options
author | Johnathan Corgan | 2012-03-05 11:31:26 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-03-05 11:33:14 -0800 |
commit | 30f452ce6597e41ee1df1ceffda6796fa4a70058 (patch) | |
tree | adca28535df4ae7de5230baa9ea4917564d0487e | |
parent | a3232aa91a800a4b99dd1dd8324d3b182e11c973 (diff) | |
download | gnuradio-30f452ce6597e41ee1df1ceffda6796fa4a70058.tar.gz gnuradio-30f452ce6597e41ee1df1ceffda6796fa4a70058.tar.bz2 gnuradio-30f452ce6597e41ee1df1ceffda6796fa4a70058.zip |
build: update revision to 3.5.2
-rw-r--r-- | gr-howto-write-a-block/version.sh | 2 | ||||
-rw-r--r-- | version.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-howto-write-a-block/version.sh b/gr-howto-write-a-block/version.sh index 88a3de947..194150c0f 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=5 MINOR_VERSION=2 -MAINT_VERSION=git +MAINT_VERSION=0 diff --git a/version.sh b/version.sh index 88a3de947..194150c0f 100644 --- a/version.sh +++ b/version.sh @@ -1,4 +1,4 @@ MAJOR_VERSION=3 API_COMPAT=5 MINOR_VERSION=2 -MAINT_VERSION=git +MAINT_VERSION=0 |