Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Romkabouter committed Nov 22, 2019
1 parent 4adc4a7 commit 85553bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PlatformIO/src/MatrixVoiceAudioServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
See https://snips.ai/ or https://rhasspy.readthedocs.io/en/latest/ for more information
Author: Paul Romkes
Date: September 2018
Version: 4.3
Date: November 2019
Version: 4.5.1
Changelog:
==========
Expand Down Expand Up @@ -81,10 +81,10 @@
#include "wishbone_bus.h"

extern "C" {
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "freertos/timers.h"
#include "speex_resampler.h"
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "freertos/timers.h"
#include "speex_resampler.h"
}

// User configuration in platformio.ini
Expand Down

0 comments on commit 85553bf

Please sign in to comment.