Changeset 646 for branches/replacing_gnuplot/build_support
- Timestamp:
- Jun 4, 2008, 12:05:22 AM (15 years ago)
- Location:
- branches/replacing_gnuplot/build_support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/replacing_gnuplot/build_support/move-if-change
-
Property
svn:eol-style
set to
native
-
Property
svn:eol-style
set to
-
branches/replacing_gnuplot/build_support/version.m4
r585 r646 1 1 ## $Id$ 2 2 # 3 # Copyright (C) 2008 Peter Johansson3 # Copyright (C) 2008 Jari Häkkinen, Peter Johansson 4 4 # 5 5 # This file is part of svndigest, http://trac.thep.lu.se/svndigest … … 31 31 m4_define([PATCH_VERSION], [0]) 32 32 33 # DEV_BUILD - When rolling a tarball we set this to `false'. In33 # SVNDIGEST_DEV_BUILD - When rolling a tarball we set this to `false'. In 34 34 # repository value remains `true'. 35 35 m4_define([SVNDIGEST_DEV_BUILD], [true]) … … 45 45 m4_define([SVNDIGEST_VERSION], m4_if(PATCH_VERSION,[0], SVNDIGEST_VERSION, 46 46 SVNDIGEST_VERSION.PATCH_VERSION)) 47 m4_define([SVNDIGEST_VERSION], m4_if(DEV_BUILD,[true], [pre]SVNDIGEST_VERSION, 48 SVNDIGEST_VERSION)) 47 m4_define([SVNDIGEST_VERSION], m4_if(SVNDIGEST_DEV_BUILD, 48 [true], [pre]SVNDIGEST_VERSION, 49 SVNDIGEST_VERSION)) 49 50
Note: See TracChangeset
for help on using the changeset viewer.