From: erg Date: Thu, 9 Sep 2010 17:35:40 +0000 (+0000) Subject: Roll back changes X-Git-Tag: LAST_LIBGRAPH~32^2~1194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=844164746036a5422420c20cb5ef20fcbc24374d;p=graphviz Roll back changes --- diff --git a/configure.ac b/configure.ac index c01bd350b..63c35b2f0 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl timestamp => tar-file snapshot or release m4_define(graphviz_version_major, 2) m4_define(graphviz_version_minor, 27) #NB: the next line gets changed to a date/time string for development releases -m4_define(graphviz_version_micro, 20100903.0445) +m4_define(graphviz_version_micro, 0) AC_INIT([graphviz],[graphviz_version_major.graphviz_version_minor.graphviz_version_micro],[http://www.graphviz.org/]) @@ -23,7 +23,7 @@ AC_SUBST(GRAPHVIZ_VERSION_MAJOR) AC_SUBST(GRAPHVIZ_VERSION_MINOR) AC_SUBST(GRAPHVIZ_VERSION_MICRO) -VERSION_DATE=20100903.0445 +VERSION_DATE=`date -u +%Y%m%d.%H%M` AC_SUBST(VERSION_DATE) #NB: "development" on the next line gets changed to "stable" when building a release diff --git a/graphviz_version.h b/graphviz_version.h index e4f152cbc..40a2f1fcb 100644 --- a/graphviz_version.h +++ b/graphviz_version.h @@ -1,10 +1 @@ -#define GVPLUGIN_CONFIG_FILE "config6" -#define GVPLUGIN_VERSION 6 -#define PACKAGE "graphviz" -#define PACKAGE_BUGREPORT "http://www.graphviz.org/" -#define PACKAGE_NAME "graphviz" -#define PACKAGE_STRING "graphviz 2.27.20100903.0445" -#define PACKAGE_TARNAME "graphviz" -#define PACKAGE_URL "" -#define PACKAGE_VERSION "2.27.20100903.0445" -#define VERSION "2.27.20100903.0445" +/* This is a stub - the real one is generated during packaging */