From 8f37d7d2f16fdc7a345b1d60c34a9af3165c373b Mon Sep 17 00:00:00 2001 From: Razican Date: Thu, 16 Jun 2016 23:48:42 +0200 Subject: [PATCH] Bumped version number --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c12dfd1..e463aeb 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ # OpenStratos # -[![Build Status](https://travis-ci.org/OpenStratos/server.svg?branch=develop)](https://travis-ci.org/OpenStratos/server) +[![Build Status](https://travis-ci.org/OpenStratos/server.svg?branch=master)](https://travis-ci.org/OpenStratos/server) Balloon control software implemented in C++14. It will be in charge of the management of the balloon and will communicate via SMS to the provided phone. It will initialize all needed diff --git a/configure.ac b/configure.ac index 6a711fc..5db8922 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT(OpenStratos, 1.1.0-dev, https://github.com/OpenStratos/server/issues) +AC_INIT(OpenStratos, 1.1.0, https://github.com/OpenStratos/server/issues) AC_CONFIG_SRCDIR([openstratos.cc]) AM_INIT_AUTOMAKE([subdir-objects]) AC_CONFIG_HEADERS([config.h])