projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f38f33
)
* Riece: Version 0.0.2 released.
author
ueno
<ueno>
Fri, 30 May 2003 20:14:08 +0000
(20:14 +0000)
committer
ueno
<ueno>
Fri, 30 May 2003 20:14:08 +0000
(20:14 +0000)
* configure.ac: Bump up version to 0.0.2.
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
c6d6cf6
..
77c9c29
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
2003-05-30 Daiki Ueno <ueno@unixuser.org>
+ * Riece: Version 0.0.2 released.
+ * configure.ac: Bump up version to 0.0.2.
+
* INSTALL-CVS: New file.
* Makefile.am (EXTRA_DIST): Add INSTALL-CVS.
diff --git
a/configure.ac
b/configure.ac
index
8094014
..
98fe67b
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,6
+1,6
@@
AC_INIT(configure.ac)
AC_PREREQ(2.50)
-AM_INIT_AUTOMAKE(riece, 0.0.1)
+AM_INIT_AUTOMAKE(riece, 0.0.2)
AC_PROG_CC
AC_ISC_POSIX