From: Andy Spencer Date: Thu, 6 Aug 2009 04:27:49 +0000 (+0000) Subject: AWeather 0.2: X-Git-Tag: v0.2^0 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=b6ef934425e0d137606209d91b239c3cec472a3a AWeather 0.2: * Vastly reorganize pretty much everything (split out plugins, gis) * Plugins and gis are now shared libraries * Preferences dialog * Plugin loading and unloading * Slight UI improvements --- diff --git a/configure.ac b/configure.ac index 39277d9..0d2d33d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Init and options -AC_INIT([aweather], [0.1.1], [spenceal@rose-hulman.edu]) +AC_INIT([aweather], [0.2.0], [spenceal@rose-hulman.edu]) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])