[Pkg-wmaker-commits] [wmforecast] 37/63: version 0.6

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 17 11:20:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmforecast.

commit 0fbe85958ff79aa2bedb6c1ba96d48e573dce014
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Jun 3 10:07:17 2014 -0600

    version 0.6
---
 ChangeLog    | 3 +++
 NEWS         | 4 ++++
 configure.ac | 6 +++---
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bfff680..7fb0c60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-06-03  Doug Torrance <dtorrance at monmouthcollege.edu>
+	* NEWS, configure.ac: bump to version 0.6
+
 2014-05-30  Doug Torrance <dtorrance at monmouthcollege.edu>
 	* wmforecast.c (getWeather): fix missing return statements (Coverity
 	  65086); function annotation to remove Coverity false positive
diff --git a/NEWS b/NEWS
index 1fed523..e95fe7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+version 0.6
+-----------
+* Bug fixes
+
 version 0.5
 -----------
 * Now appears, with icon, in most desktop environment menus
diff --git a/configure.ac b/configure.ac
index a01d7a0..068ef0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
-AC_INIT([wmforecast], [0.5], [dtorrance at monmouthcollege.edu])
+AC_INIT([wmforecast], [0.6], [dtorrance at monmouthcollege.edu])
 AM_INIT_AUTOMAKE([-Wall -Werror])
 AC_CONFIG_SRCDIR([configure.ac])
-AC_CONFIG_HEADER([config.h])   
+AC_CONFIG_HEADER([config.h])
 AC_SUBST(VERSION)
-AC_PROG_CC                      
+AC_PROG_CC
 PKG_CHECK_MODULES([libxml2],[libxml-2.0])
 PKG_CHECK_MODULES([libcurl],[libcurl])
 PKG_CHECK_MODULES([X11],[x11])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmforecast.git



More information about the Pkg-wmaker-commits mailing list