[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 05/08/14 21:53:01
Modified: . ChangeLog configure.ac
Log:
Bumped the version to 20050814. This version is not a real release, but
rather just a test release and should not be used for anything real. A
real release/snapshot is coming soon (within the week...)
Revision Changes Path
1.270 +3 -0 eda/geda/devel/libgeda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/ChangeLog,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -b -r1.269 -r1.270
--- ChangeLog 15 Aug 2005 01:26:51 -0000 1.269
+++ ChangeLog 15 Aug 2005 01:53:01 -0000 1.270
@@ -9,6 +9,9 @@
* include/struct.h, noweb/s_toplevel.nw: Added grid_mode and
grid_spacing rc variables to TOPLEVEL.
+ * configure.ac: Updated package version to 20050814. This is a
+ temporary version and not a real release number.
+
2005-06-26 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* include/globals.h: Removed a completely bogus extern declaration.
1.23 +2 -2 eda/geda/devel/libgeda/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/configure.ac,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- configure.ac 14 Mar 2005 03:43:24 -0000 1.22
+++ configure.ac 15 Aug 2005 01:53:01 -0000 1.23
@@ -4,8 +4,8 @@
AC_PREREQ(2.54)
PACKAGE=libgeda
-VERSION=20050313
-SHARED_LIBRARY_VERSION=23:0:0
+VERSION=20050814
+SHARED_LIBRARY_VERSION=24:0:0
echo Configuring $PACKAGE version $VERSION
# Init automake