diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-12-12 01:35:09 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-12-12 01:35:09 +0800 |
commit | 3248591df928a813932cec9fbe7f85c574fdb871 (patch) | |
tree | 2253b38d823bc88d388c616637e7545730e5da5f | |
parent | 8a78eadaa61e031dcb4101217a07372080ce027a (diff) | |
download | gsoc2013-evolution-3248591df928a813932cec9fbe7f85c574fdb871.tar gsoc2013-evolution-3248591df928a813932cec9fbe7f85c574fdb871.tar.gz gsoc2013-evolution-3248591df928a813932cec9fbe7f85c574fdb871.tar.bz2 gsoc2013-evolution-3248591df928a813932cec9fbe7f85c574fdb871.tar.lz gsoc2013-evolution-3248591df928a813932cec9fbe7f85c574fdb871.tar.xz gsoc2013-evolution-3248591df928a813932cec9fbe7f85c574fdb871.tar.zst gsoc2013-evolution-3248591df928a813932cec9fbe7f85c574fdb871.zip |
Up VERSION to 1.1.0.99.
* configure.in: Up VERSION to 1.1.0.99.
(Also, fix the ChangeLog a bit, as Jeff committed some ChangeLog
entries that were not supposed to be committed.)
svn path=/trunk/; revision=14979
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 17 deletions
@@ -1,3 +1,7 @@ +2001-12-11 Ettore Perazzoli <ettore@ximian.com> + + * configure.in: Up VERSION to 1.1.0.99. + 2001-12-06 Jeffrey Stedfast <fejj@ximian.com> * configure.in: s/PREVIEW_VERSION/VERSION_COMMENT @@ -7,15 +11,6 @@ * configure.in: Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will be appended to the X-Mailer header. -2001-12-05 Ettore Perazzoli <ettore@ximian.com> - - * HACKING: Put the patch review policy here. - -2001-12-04 Ettore Perazzoli <ettore@ximian.com> - - * configure.in: Update version number to 1.0.0.99 for snapshot - purposes. - 2001-11-21 Jeffrey Stedfast <fejj@ximian.com> * README: Updated. Don't say that the user needs to copy their @@ -27,13 +22,6 @@ * configure.in: Remove checks for OpenSSL libraries. -2001-11-21 Ettore Perazzoli <ettore@ximian.com> - - * configure.in: Version 1.0. Require GtkHTML 1.0. - - * data/evolution.desktop.in: Say "Ximian Evolution", not - "Evolution". - 2001-11-20 Wang Jian <lark@linux.net.cn> * configure.in(ALL_LINGUAS): Re-Added zh_CN. It is checked diff --git a/configure.in b/configure.in index 6dbf88dc2b..fcbe7c6f8c 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(camel) AM_CONFIG_HEADER(config.h) EVOLUTION_MAJOR_VERSION=1 -EVOLUTION_MINOR_VERSION=0 +EVOLUTION_MINOR_VERSION=1 EVOLUTION_MICRO_VERSION=0 EVOLUTION_NANO_VERSION=99 VERSION=$EVOLUTION_MAJOR_VERSION.$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION.$EVOLUTION_NANO_VERSION |