embarking upon long road to next stable release

This commit is contained in:
Felix Ruess
2014-08-28 13:19:39 +02:00
parent 06b06a1833
commit 8fbd83db0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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).
+1 -1
View File
@@ -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).