Changeset 577

Show
Ignore:
Timestamp:
10/31/04 10:47:38 (4 years ago)
Author:
jajcus
Message:

- SVN version flag

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.am

    r574 r577  
    2222cosmetics: 
    2323        ./aux/cosmetics.sh 
    24          
     24 
     25dist-hook: 
     26        if grep '+svn' configure.ac ; then exit 1; else : ; fi 
    2527 
    2628ACLOCAL_AMFLAGS = -I m4 
  • trunk/configure.ac

    r576 r577  
    11# Process this file with autoconf to produce a configure script. 
    2 AC_INIT([jabber-gg-transport], [2.0.99], [jajcus@bnet.pl]) 
     2AC_INIT([jabber-gg-transport], [2.0.99+svn], [jajcus@bnet.pl]) 
    33 
    44AC_CONFIG_SRCDIR([src/ggtrans.h])