]> Pileus Git - aweather/commitdiff
AWeather 0.2: v0.2
authorAndy Spencer <andy753421@gmail.com>
Thu, 6 Aug 2009 04:27:49 +0000 (04:27 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 6 Aug 2009 04:27:49 +0000 (04:27 +0000)
  * 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

index 39277d92647dc101c3ddd5a8cd53c0669782dd42..0d2d33d618d6b684053d6926fcc508e65e552e93 100644 (file)
@@ -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])