Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
v3.1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Silva committed Aug 11, 2020
1 parent db4d518 commit 25bcacd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ invokes cmake commands as needed.
* Change to the root of the source code directory, change to the most recent release branch, and build:

cd bittube
git checkout 2.1.0.2
git checkout v3.1.0.2
make

*Optional*: If your machine has several cores and enough memory, enable
Expand Down Expand Up @@ -183,7 +183,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
```
git clone https://github.com/ipbc-dev/bittube.git
cd bittube
git checkout tags/2.1.0.2
git checkout tags/v3.1.0.2
```
* Build:
Expand Down Expand Up @@ -295,9 +295,9 @@ application.

cd bittube

* If you would like a specific [version/tag](https://github.com/ipbc-dev/bittube/tags), do a git checkout for that version. eg. '2.1.0.2'. If you dont care about the version and just want binaries from master, skip this step:
* If you would like a specific [version/tag](https://github.com/ipbc-dev/bittube/tags), do a git checkout for that version. eg. 'v3.1.0.2'. If you dont care about the version and just want binaries from master, skip this step:

git checkout 2.1.0.2
git checkout v3.1.0.2

* If you are on a 64-bit system, run:

Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define DEF_BITTUBE_VERSION_TAG "@VERSIONTAG@"
#define DEF_BITTUBE_VERSION "3.1.0.1-master"
#define DEF_BITTUBE_VERSION "3.1.0.2-master"
#define DEF_BITTUBE_RELEASE_NAME "Corona Tube"
#define DEF_BITTUBE_VERSION_FULL DEF_BITTUBE_VERSION "-" DEF_BITTUBE_VERSION_TAG
#define DEF_BITTUBE_VERSION_IS_RELEASE @VERSION_IS_RELEASE@
Expand Down

0 comments on commit 25bcacd

Please sign in to comment.