From b6ef934425e0d137606209d91b239c3cec472a3a Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Thu, 6 Aug 2009 04:27:49 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.43.2