chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3503674
)
Version bump.
2.0.1
author
mdw
<mdw>
Sun, 18 May 2003 15:17:04 +0000
(15:17 +0000)
committer
mdw
<mdw>
Sun, 18 May 2003 15:17:04 +0000
(15:17 +0000)
Makefile.am
patch
|
blob
|
blame
|
history
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index d6c173f736e315a267d7a9e9cdb3434ecb92ba59..81b95155f94f271aa2314ccadf450b3296eaae0a 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,6
+1,6
@@
## -*-Makefile-*-
##
## -*-Makefile-*-
##
-## $Id: Makefile.am,v 1.3
5 2003/05/16 00:22:57
mdw Exp $
+## $Id: Makefile.am,v 1.3
6 2003/05/18 15:17:04
mdw Exp $
##
## Building the distribution
##
##
## Building the distribution
##
@@
-29,6
+29,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
+## Revision 1.36 2003/05/18 15:17:04 mdw
+## Version bump.
+##
## Revision 1.35 2003/05/16 00:22:57 mdw
## Test base64 and hex encoding.
##
## Revision 1.35 2003/05/16 00:22:57 mdw
## Test base64 and hex encoding.
##
@@
-140,7
+143,7
@@
pkginclude_HEADERS = \
## --- Things to put in the library ---
## --- Things to put in the library ---
-libmLib_la_LDFLAGS = -version-info 2:
0
:0
+libmLib_la_LDFLAGS = -version-info 2:
1
:0
## Middle number is the patchlevel. Final number is the minor version. The
## difference between the first and last numbers is major version.
## Middle number is the patchlevel. Final number is the minor version. The
## difference between the first and last numbers is major version.
diff --git
a/configure.in
b/configure.in
index d682652b7befdffbe2c15c66344c3d23bd4aa977..e4549e18be550ec5339cbf92684f36269d8800e6 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,6
+1,6
@@
dnl -*-fundamental-*-
dnl
dnl -*-fundamental-*-
dnl
-dnl $Id: configure.in,v 1.3
2 2003/05/16 00:26:22
mdw Exp $
+dnl $Id: configure.in,v 1.3
3 2003/05/18 15:17:04
mdw Exp $
dnl
dnl Configuration script for mLib
dnl
dnl
dnl Configuration script for mLib
dnl
@@
-29,6
+29,9
@@
dnl MA 02111-1307, USA.
dnl ----- Revision history --------------------------------------------------
dnl
dnl $Log: configure.in,v $
dnl ----- Revision history --------------------------------------------------
dnl
dnl $Log: configure.in,v $
+dnl Revision 1.33 2003/05/18 15:17:04 mdw
+dnl Version bump.
+dnl
dnl Revision 1.32 2003/05/16 00:26:22 mdw
dnl Version bump.
dnl
dnl Revision 1.32 2003/05/16 00:26:22 mdw
dnl Version bump.
dnl
@@
-85,7
+88,7
@@
dnl Initial version of mLib
dnl
AC_INIT(exc.c)
dnl
AC_INIT(exc.c)
-mdw_INIT_LIB(mLib, mLib, 2.0.
0
)
+mdw_INIT_LIB(mLib, mLib, 2.0.
1
)
AC_PROG_CC
AM_PROG_LIBTOOL
AC_PROG_CC
AM_PROG_LIBTOOL