diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/datetime-service.c | 2 | ||||
-rw-r--r-- | src/indicator-datetime.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a741152..9bf0a3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-datetime, 0.0.2, ted@canonical.com) +AC_INIT(indicator-datetime, 0.0.3, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-datetime, 0.0.2) +AM_INIT_AUTOMAKE(indicator-datetime, 0.0.3) AM_MAINTAINER_MODE diff --git a/src/datetime-service.c b/src/datetime-service.c index 56d024e..2137065 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -1,5 +1,5 @@ /* -An indicator to show date and time information. +An indicator to time and date related information in the menubar. Copyright 2010 Canonical Ltd. diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c index cb33c75..6b32f1a 100644 --- a/src/indicator-datetime.c +++ b/src/indicator-datetime.c @@ -1,5 +1,5 @@ /* -An indicator to show date and time information. +An indicator to time and date related information in the menubar. Copyright 2010 Canonical Ltd. |