diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2011-02-08 14:36:02 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2011-02-08 14:36:02 -0800 |
commit | 5a23954a11aa028a20baa905d7bbb29fe62803f6 (patch) | |
tree | ba0fbd178c4bb47c4474714dc396755b9da8d980 | |
parent | 592153b2b94ae12e85598fa4a32feb5849bb6163 (diff) |
build: update revision to 3.3.2git
-rw-r--r-- | gr-howto-write-a-block/version.sh | 4 | ||||
-rw-r--r-- | version.sh | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gr-howto-write-a-block/version.sh b/gr-howto-write-a-block/version.sh index 724fe6c614..6052007116 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=3 -MINOR_VERSION=1 -MAINT_VERSION=0 +MINOR_VERSION=2 +MAINT_VERSION=git diff --git a/version.sh b/version.sh index 724fe6c614..097773a293 100644 --- a/version.sh +++ b/version.sh @@ -1,4 +1,5 @@ MAJOR_VERSION=3 API_COMPAT=3 -MINOR_VERSION=1 -MAINT_VERSION=0 +MINOR_VERSION=2 +MAINT_VERSION=git + |