From 04a025c2a166d567ab5f6c96ef1b979a78af220f Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Tue, 30 Jan 2024 16:42:38 +0100 Subject: [PATCH] alpha release 0.12.0-alpha.4 --- _packaging/ubuntu-2004-installer-zip-readme.txt | 2 +- _packaging/ubuntu-2204-installer-zip-readme.txt | 2 +- braid-offline/Cargo.toml | 2 +- braid-process-video/Cargo.toml | 2 +- braid/Cargo.toml | 2 +- braid/braid-run/Cargo.toml | 2 +- braid/braid-run/braid_frontend/Cargo.toml | 2 +- braidz-parser/braidz-cli/Cargo.toml | 2 +- flytrax-csv-to-braidz/Cargo.toml | 2 +- fmf/fmf-cli/Cargo.toml | 2 +- strand-cam/Cargo.toml | 2 +- strand-cam/strand-cam-pylon/Cargo.toml | 2 +- strand-cam/strand-cam-vimba/Cargo.toml | 2 +- strand-cam/yew_frontend/Cargo.toml | 2 +- write-debian-changelog/Cargo.toml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/_packaging/ubuntu-2004-installer-zip-readme.txt b/_packaging/ubuntu-2004-installer-zip-readme.txt index cd6b95ad1..a1d184640 100644 --- a/_packaging/ubuntu-2004-installer-zip-readme.txt +++ b/_packaging/ubuntu-2004-installer-zip-readme.txt @@ -26,7 +26,7 @@ This will install the following file, among others: `/opt/Vimba_6_0/VimbaC/Dynam You should be able to install the .deb file by double clicking on it in a file navigator. Alternatively, you can install it from the command line: - sudo apt install ./strand-braid_0.12.0-alpha.3-1_amd64.deb + sudo apt install ./strand-braid_0.12.0-alpha.4-1_amd64.deb ## Running diff --git a/_packaging/ubuntu-2204-installer-zip-readme.txt b/_packaging/ubuntu-2204-installer-zip-readme.txt index cd6b95ad1..a1d184640 100644 --- a/_packaging/ubuntu-2204-installer-zip-readme.txt +++ b/_packaging/ubuntu-2204-installer-zip-readme.txt @@ -26,7 +26,7 @@ This will install the following file, among others: `/opt/Vimba_6_0/VimbaC/Dynam You should be able to install the .deb file by double clicking on it in a file navigator. Alternatively, you can install it from the command line: - sudo apt install ./strand-braid_0.12.0-alpha.3-1_amd64.deb + sudo apt install ./strand-braid_0.12.0-alpha.4-1_amd64.deb ## Running diff --git a/braid-offline/Cargo.toml b/braid-offline/Cargo.toml index 4cfa9413c..e89a75224 100644 --- a/braid-offline/Cargo.toml +++ b/braid-offline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "braid-offline" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized authors = ["Andrew Straw "] edition = "2021" rust-version = "1.59" diff --git a/braid-process-video/Cargo.toml b/braid-process-video/Cargo.toml index 40ed0bb68..93505ab8f 100644 --- a/braid-process-video/Cargo.toml +++ b/braid-process-video/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "braid-process-video" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized edition = "2021" rust-version = "1.60" description = "process videos within the Braid multi-camera framework" diff --git a/braid/Cargo.toml b/braid/Cargo.toml index d8bdf7d28..3ab901678 100644 --- a/braid/Cargo.toml +++ b/braid/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "braid" description = "multi-camera realtime 3D tracker" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized authors = ["Andrew Straw "] edition="2018" homepage = "https://strawlab.org/braid" diff --git a/braid/braid-run/Cargo.toml b/braid/braid-run/Cargo.toml index 039edbb41..e579cb62b 100644 --- a/braid/braid-run/Cargo.toml +++ b/braid/braid-run/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "braid-run" description = "run Braid, the multi-camera realtime 3D tracker" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized authors = ["Andrew Straw "] homepage = "https://strawlab.org/braid" edition = "2021" diff --git a/braid/braid-run/braid_frontend/Cargo.toml b/braid/braid-run/braid_frontend/Cargo.toml index d4bc3ff58..22a340fdb 100644 --- a/braid/braid-run/braid_frontend/Cargo.toml +++ b/braid/braid-run/braid_frontend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "braid_frontend" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized authors = ["Andrew Straw "] edition = "2021" rust-version="1.60" diff --git a/braidz-parser/braidz-cli/Cargo.toml b/braidz-parser/braidz-cli/Cargo.toml index f0b39e0f4..6f40a3dec 100644 --- a/braidz-parser/braidz-cli/Cargo.toml +++ b/braidz-parser/braidz-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "braidz-cli" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized authors = ["Andrew Straw "] edition = "2021" rust-version="1.60" diff --git a/flytrax-csv-to-braidz/Cargo.toml b/flytrax-csv-to-braidz/Cargo.toml index 95dfc982b..612af8b30 100644 --- a/flytrax-csv-to-braidz/Cargo.toml +++ b/flytrax-csv-to-braidz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flytrax-csv-to-braidz" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized authors = ["Andrew Straw "] edition = "2021" rust-version = "1.59" diff --git a/fmf/fmf-cli/Cargo.toml b/fmf/fmf-cli/Cargo.toml index f64c603fd..e067594d4 100644 --- a/fmf/fmf-cli/Cargo.toml +++ b/fmf/fmf-cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fmf-cli" description = "work with .fmf (fly movie format) files" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized authors = ["Andrew Straw "] autobins = false edition = "2021" diff --git a/strand-cam/Cargo.toml b/strand-cam/Cargo.toml index 447262157..e00881a1c 100644 --- a/strand-cam/Cargo.toml +++ b/strand-cam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strand-cam" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized authors = ["Andrew Straw "] build = "build.rs" homepage = "https://strawlab.org/strand-cam" diff --git a/strand-cam/strand-cam-pylon/Cargo.toml b/strand-cam/strand-cam-pylon/Cargo.toml index a75999f2a..b8ddcd0f8 100644 --- a/strand-cam/strand-cam-pylon/Cargo.toml +++ b/strand-cam/strand-cam-pylon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strand-cam-pylon" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized edition = "2021" rust-version = "1.60" diff --git a/strand-cam/strand-cam-vimba/Cargo.toml b/strand-cam/strand-cam-vimba/Cargo.toml index 89e8cf406..cec419cc7 100644 --- a/strand-cam/strand-cam-vimba/Cargo.toml +++ b/strand-cam/strand-cam-vimba/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strand-cam-vimba" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized edition = "2021" rust-version = "1.60" diff --git a/strand-cam/yew_frontend/Cargo.toml b/strand-cam/yew_frontend/Cargo.toml index 02c60afbc..9576c6520 100644 --- a/strand-cam/yew_frontend/Cargo.toml +++ b/strand-cam/yew_frontend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strand-cam-frontend-yew" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized authors = ["Andrew Straw "] edition = "2021" rust-version = "1.59" diff --git a/write-debian-changelog/Cargo.toml b/write-debian-changelog/Cargo.toml index baeab8a10..136bdad06 100644 --- a/write-debian-changelog/Cargo.toml +++ b/write-debian-changelog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "write-debian-changelog" -version = "0.12.0-alpha.3" # braid release synchronized +version = "0.12.0-alpha.4" # braid release synchronized edition = "2021" [dependencies]