release fixes
authorLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Fri, 16 Jan 2015 12:59:15 +0000 (10:59 -0200)
committerLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Fri, 16 Jan 2015 12:59:15 +0000 (10:59 -0200)
Need to add a revision number, otherwise libtool will tell us that revision
must not be a negative number, like:

error: REVISION '' must be a nonnegative integer

Also fix a typo on NEWS file.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 483760c..105f9cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-ver 0.5:
+ver 0.5.0:
         Move DLNA detection to core library, fallbacks using libmagic.
-        Daemon now monitors monuts and triggers scans.
+        Daemon now monitors mounts and triggers scans.
         Fixes to coverity security scans (mostly buffer overflows).
         Fixed "itime" passing in the master/slave communication.
         Fixed id3 divide by zero if no bitrate.
index f8278bf..58e752f 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(lightmediascanner, 0.5, https://github.com/profusion/lightmediascanner/)
+AC_INIT(lightmediascanner, 0.5.0, https://github.com/profusion/lightmediascanner/)
 AC_PREREQ(2.60)
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CANONICAL_BUILD