Skip to content

Commit

Permalink
Marked as version 3.0.2 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed May 7, 2014
1 parent cef29c4 commit 4053b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

Neptus v3.0.2
Neptus v3.0.2 (07-05-2014)
-------------
* Console/RealTimePlot: Roll was actually plotting psi. All angles are display now (phi, theta, and psi).
* PluginUtils: Fix a small bug introduced at 8afb5b3c making all 'int' NeptusProperties not to be loaded properly.
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ For simple use the main targets are:
<property name="version.MINOR" value="0" />
<property name="version.PATCH" value="2" />
<!-- Set this to '.dev' if a developer release; blank "" if maintenance release -->
<property name="version.DEVELOPER" value="rc1" />
<property name="version.DEVELOPER" value="" />
<!-- Set the release number. Use the form 'R1' for release 1. Or leave it blank for a non release -->
<property name="release.NAME" value="R14.01b" />
<property name="release.NAME" value="R14.01" />
<property name="release.INFO" value="${release.NAME}"/>

<!-- EITHER the developer release number, or a maintenance release number -->
Expand Down

0 comments on commit 4053b1b

Please sign in to comment.