#!/bin/bash
grep -w VERSION src/version.h | awk '{print $3}' | tr -d '"'
