first release candidate for next stable release v5.4

This commit is contained in:
Felix Ruess
2014-12-11 19:04:44 +01:00
parent 8bce8ce4fb
commit fbd531b1b6
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
Paparazzi 5.3_devel
===================
Paparazzi 5.3.0_testing
=======================
currently ongoing development, changes so far (no particular order, nor complete)
First release candidate for v5.4 stable release.
General
-------
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
DEF_VER=v5.3_devel
DEF_VER=v5.3.0_testing
# First try git describe (if running on a git repo),
# then use default version from above (for release tarballs).