diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e60cdb9184..40f0eb01cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -Not necessarily complete and in no particular order... +Paparazzi 5.2.0_stable +======================= +Stable version release. General ------- diff --git a/README.md b/README.md index d42aa630e2c..e00f801e301 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Paparazzi UAS ============= -[![Build Status](https://travis-ci.org/paparazzi/paparazzi.png?branch=master)](https://travis-ci.org/paparazzi/paparazzi) +[![Build Status](https://travis-ci.org/paparazzi/paparazzi.png?branch=v5.2)](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 2123463cbcc..3522f8e1987 100755 --- a/paparazzi_version +++ b/paparazzi_version @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v5.1.0_testing +DEF_VER=v5.2.0_stable # First try git describe (if running on a git repo), # then use default version from above (for release tarballs).