diff --git a/README.md b/README.md index e00f801e30..d42aa630e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Paparazzi UAS ============= -[![Build Status](https://travis-ci.org/paparazzi/paparazzi.png?branch=v5.2)](https://travis-ci.org/paparazzi/paparazzi) +[![Build Status](https://travis-ci.org/paparazzi/paparazzi.png?branch=master)](https://travis-ci.org/paparazzi/paparazzi) Paparazzi is an attempt to develop a free software Unmanned (Air) Vehicle System. As of today the system is being used successfuly by a number of hobyists, universities and companies all over the world, on vehicle of various size ( 100g to 25Kg ) and of various nature ( fixed wing, rotorcrafts, boats and surface vehicles). diff --git a/paparazzi_version b/paparazzi_version index 3522f8e198..69de75bdcc 100755 --- a/paparazzi_version +++ b/paparazzi_version @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v5.2.0_stable +DEF_VER=v5.3_devel # First try git describe (if running on a git repo), # then use default version from above (for release tarballs).