- Change version number for first milestone release
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@352 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
78df0793f3
commit
e3b3deca11
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2006-02-19 14:34 tchernobog
|
||||||
|
|
||||||
|
* trunk/ChangeLog, trunk/Makefile.am, trunk/configure.ac,
|
||||||
|
trunk/doc/Makefile.am, trunk/m4/Makefile.am,
|
||||||
|
trunk/src/Makefile.am, trunk/src/backend/Makefile.am,
|
||||||
|
trunk/src/backend/pyloader/Makefile.am,
|
||||||
|
trunk/src/builtin-policies/Makefile.am,
|
||||||
|
trunk/src/templates/Makefile.am, trunk/src/testsuite/Makefile.am:
|
||||||
|
- Merged branch to avoid recursive make
|
||||||
|
|
||||||
2006-02-17 23:41 tchernobog
|
2006-02-17 23:41 tchernobog
|
||||||
|
|
||||||
* trunk/po/POTFILES.in, trunk/po/sgpemv2.pot: - Update localizable
|
* trunk/po/POTFILES.in, trunk/po/sgpemv2.pot: - Update localizable
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
dnl ----------------- CONFIGURE ---------------------
|
dnl ----------------- CONFIGURE ---------------------
|
||||||
|
|
||||||
AC_INIT([sgpemv2],[0.00],[matteo@member.fsf.org])
|
AC_INIT([sgpemv2],[0.1],[matteo@member.fsf.org])
|
||||||
|
|
||||||
if test -f "`pwd`/configure.ac"; then
|
if test -f "`pwd`/configure.ac"; then
|
||||||
AC_MSG_FAILURE([
|
AC_MSG_FAILURE([
|
||||||
|
|
Loading…
Reference in New Issue