Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
/ readsb Public archive

Commit

Permalink
Bump development branch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mictronics committed Dec 3, 2019
1 parent a8deb51 commit 2513670
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROGNAME=readsb
READSB_VERSION='v3.8.0'
READSB_VERSION='v3.8.1'

RTLSDR ?= no
BLADERF ?= no
Expand Down
7 changes: 6 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
readsb (3.8.0) stable; urgency=medium
readsb (3.8.1~dev) UNRELEASED; urgency=medium

* In development

-- Michael Wolf <[email protected]> Tue, 03 Dec 2019 19:26:39 +0200

readsb (3.8.0) stable; urgency=medium

* Multi language support in web application.
* Uses I18next for internationalization.
* Web application reworked and ported to Typescript.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ifneq ($(filter biastee,$(DEB_BUILD_PROFILES)),)
endif

override_dh_auto_build:
make -j4 $(CONFIG_SWITCH) READSB_VERSION='v3.8.0'
make -j4 $(CONFIG_SWITCH) READSB_VERSION='v3.8.1'

override_dh_install:
dh_install
Expand Down
2 changes: 1 addition & 1 deletion webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readsb",
"version": "3.8.0",
"version": "3.8.1",
"description": "readsb Web Application",
"author": {
"name": "Michael Wolf",
Expand Down

0 comments on commit 2513670

Please sign in to comment.