Release version 0.4.1.

This commit is contained in:
Jef Driesen 2013-07-01 21:35:38 +02:00
parent bed4d19aca
commit 4e03cd2d62
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -1,3 +1,16 @@
Version 0.4.1 (2013-07-01)
==========================
The v0.4.1 release is a bugfix release.
Bug fixes:
* [ostc] Add support for the new bailout event.
* [ostc] Interpret the 7th bit of the event byte correctly.
* [atom2] Fix the date/time for the Oceanic Geo 2.0.
* [ostc3] Adjust the length based on the firmware version.
* [atom2] Fix the temperature for the Aeris Atmos AI 2.
Version 0.4.0 (2013-05-13)
==========================

View File

@ -2,7 +2,7 @@
m4_define([dc_version_major],[0])
m4_define([dc_version_minor],[4])
m4_define([dc_version_micro],[1])
m4_define([dc_version_suffix],[devel])
m4_define([dc_version_suffix],[])
m4_define([dc_version],dc_version_major.dc_version_minor.dc_version_micro[]m4_ifset([dc_version_suffix],-[dc_version_suffix]))
# Libtool versioning.