Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Jun 16, 2016
1 parent 2551ab9 commit 8f37d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 8f37d7d

Please sign in to comment.