[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.4.0-20080127-34-gaf0d9f2)



The branch, master has been updated
       via  af0d9f2e8825f7d23c691deec0e70f1eaaac0e38 (commit)
      from  fa3091a4da63abd5312be5b1cd132baefb9e77c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 Makefile                |    2 +-
 docs/configure.ac       |    2 +-
 examples/configure.ac   |    2 +-
 gattrib/configure.ac    |    2 +-
 gnetlist/configure.ac   |    2 +-
 gschem/configure.ac.in  |    2 +-
 gsymcheck/configure.ac  |    2 +-
 libgeda/configure.ac.in |    2 +-
 symbols/configure.ac    |    2 +-
 utils/configure.ac      |    2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)


=================
 Commit Messages
=================

commit af0d9f2e8825f7d23c691deec0e70f1eaaac0e38
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Wed Mar 5 05:27:41 2008 -0500

    Updated version to 1.5.0 to mark the start of the next development cycle

:100644 100644 1a3bbda... 0ca5e2f... M	Makefile
:100644 100644 e4e811e... 7e436a9... M	docs/configure.ac
:100644 100644 b14b707... 6f568f3... M	examples/configure.ac
:100644 100644 c3c829d... 0c4d239... M	gattrib/configure.ac
:100644 100644 0cf06f7... c03a1d0... M	gnetlist/configure.ac
:100644 100644 117e999... bd7351b... M	gschem/configure.ac.in
:100644 100644 d6fe37a... f928830... M	gsymcheck/configure.ac
:100644 100644 96b9c00... 42d20f1... M	libgeda/configure.ac.in
:100644 100644 50a39a0... 9efefbb... M	symbols/configure.ac
:100644 100644 761853d... 9913b27... M	utils/configure.ac

=========
 Changes
=========

commit af0d9f2e8825f7d23c691deec0e70f1eaaac0e38
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Wed Mar 5 05:27:41 2008 -0500

    Updated version to 1.5.0 to mark the start of the next development cycle

diff --git a/Makefile b/Makefile
index 1a3bbda..0ca5e2f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 # can be accomplished by running ./update-versions.sh with the correct
 # arguments.
 #
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 
 # 
diff --git a/docs/configure.ac b/docs/configure.ac
index e4e811e..7e436a9 100644
--- a/docs/configure.ac
+++ b/docs/configure.ac
@@ -3,7 +3,7 @@ AC_INIT
 AC_CONFIG_SRCDIR([wiki/index.html])
 AC_PREREQ(2.54)
 
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 PACKAGE=geda-docs
 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
diff --git a/examples/configure.ac b/examples/configure.ac
index b14b707..6f568f3 100644
--- a/examples/configure.ac
+++ b/examples/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([gTAG/gTAG.sch])
 AC_PREREQ(2.54)
 
 PACKAGE=geda-examples
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
 
diff --git a/gattrib/configure.ac b/gattrib/configure.ac
index c3c829d..0c4d239 100644
--- a/gattrib/configure.ac
+++ b/gattrib/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([src/gattrib.c])
 AC_PREREQ(2.54)
 
 PACKAGE=geda-gattrib
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
 
diff --git a/gnetlist/configure.ac b/gnetlist/configure.ac
index 0cf06f7..c03a1d0 100644
--- a/gnetlist/configure.ac
+++ b/gnetlist/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([src/gnetlist.c])
 AC_PREREQ(2.54)
 
 PACKAGE=geda-gnetlist
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
 
diff --git a/gschem/configure.ac.in b/gschem/configure.ac.in
index 117e999..bd7351b 100644
--- a/gschem/configure.ac.in
+++ b/gschem/configure.ac.in
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([src/gschem.c])
 AC_PREREQ(2.54)
 
 PACKAGE=geda-gschem
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
 
diff --git a/gsymcheck/configure.ac b/gsymcheck/configure.ac
index d6fe37a..f928830 100644
--- a/gsymcheck/configure.ac
+++ b/gsymcheck/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([src/gsymcheck.c])
 AC_PREREQ(2.54)
 
 PACKAGE=geda-gsymcheck
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
 
diff --git a/libgeda/configure.ac.in b/libgeda/configure.ac.in
index 96b9c00..42d20f1 100644
--- a/libgeda/configure.ac.in
+++ b/libgeda/configure.ac.in
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([include/libgeda.h])
 AC_PREREQ(2.54)
 
 PACKAGE=libgeda
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 SHARED_LIBRARY_VERSION=33:0:0
 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
diff --git a/symbols/configure.ac b/symbols/configure.ac
index 50a39a0..9efefbb 100644
--- a/symbols/configure.ac
+++ b/symbols/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([74/7400-1.sym])
 AC_PREREQ(2.54)
 
 PACKAGE=geda-symbols
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
 
diff --git a/utils/configure.ac b/utils/configure.ac
index 761853d..9913b27 100644
--- a/utils/configure.ac
+++ b/utils/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([src/gmk_sym.c])
 AC_PREREQ(2.54)
 
 PACKAGE=geda-utils
-DOTTED_VERSION=1.4.0
+DOTTED_VERSION=1.5.0
 DATE_VERSION=20080127
 echo Configuring $PACKAGE version $DOTTED_VERSION.$DATE_VERSION
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs