diff options
author | Kevin Vandersloot <kevinv@src.gnome.org> | 2003-09-23 01:28:17 +0000 |
---|---|---|
committer | Kevin Vandersloot <kevinv@src.gnome.org> | 2003-09-23 01:28:17 +0000 |
commit | 8e745fd64654af84d02190a6d4b9ef47178b10d5 (patch) | |
tree | 5cdce21c7c890676d338fca6089011d165f2772f | |
parent | 7f7e4c8cd22505308c51e8ddaee5b659a256857c (diff) |
2003-09-22 Kevin VanderslootGNOME_APPLETS_2_4_1
* configure.in: release 2.4.1 for Stock Ticker fix.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-09-22 Kevin Vandersloot + + * configure.in: release 2.4.1 for Stock Ticker fix. + 2003-09-08 Kevin Vandersloot * configure.in: release 2.4.0! diff --git a/configure.in b/configure.in index 4088fd92b..49170bc65 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT(drivemount/drivemount.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gnome-applets, 2.4.0) +AM_INIT_AUTOMAKE(gnome-applets, 2.4.1) AM_MAINTAINER_MODE @@ -437,6 +437,8 @@ battstat/docs/C/Makefile battstat/docs/ja/Makefile man/Makefile wireless/Makefile +wireless/docs/Makefile +wireless/docs/C/Makefile stickynotes/Makefile stickynotes/pixmaps/Makefile stickynotes/docs/Makefile |