~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/bzr_version.m4.in

  • Committer: Stewart Smith
  • Date: 2009-07-02 17:18:18 UTC
  • mfrom: (1085 staging)
  • mto: This revision was merged to the branch mainline in revision 1089.
  • Revision ID: stewart@flamingspork.com-20090702171818-qrp4d403iw8tazlg
mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl We do this here, rather than in configure.ac, so that if it doesn't change
2
2
dnl nothing has to be rebuilt or anything
3
 
BZR_REVNO=@BZR_REVNO@
4
 
BZR_REVID=@BZR_REVID@
5
 
BZR_BRANCH=@BZR_BRANCH@
6
 
RELEASE_DATE=@RELEASE_DATE@
7
 
RELEASE_VERSION=@RELEASE_VERSION@
8
 
AC_INIT([drizzle],[@RELEASE_VERSION@],[http://bugs.launchpad.net/drizzle])
 
3
AC_DEFUN([BZR_REVNO],[@BZR_REVNO@])
 
4
AC_DEFUN([BZR_REVID],[@BZR_REVID@])
 
5
AC_DEFUN([BZR_BRANCH],[@BZR_BRANCH@])
 
6
AC_DEFUN([RELEASE_DATE],[@RELEASE_DATE@])
 
7
AC_DEFUN([RELEASE_VERSION],[@RELEASE_VERSION@])
 
8
AC_DEFUN([RELEASE_COMMENT],[@RELEASE_COMMENT@])
 
9
AC_DEFUN([RELEASE_ID],[@RELEASE_ID@])