From 27545eaf9ff682792fe48a7702a6c04fc5723281 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 17 Dec 2011 18:39:18 +0100 Subject: [PATCH] pet 0.01 Signed-off-by: Sven Verdoolaege --- Makefile.am | 1 + configure.ac | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0f5f675..1f931f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ libpet_la_SOURCES = \ scop_plus.h \ scop_plus.cc \ pet.cc +libpet_la_LDFLAGS = -version-info @versioninfo@ $(AM_LDFLAGS) libpet_la_LIBADD = -lclangFrontend -lclangParse -lclangSema -lclangAnalysis \ -lclangAST -lclangLex -lclangBasic -lclangDriver -lclangSerialization \ $(CLANG_LIBS) $(CLANG_LDFLAGS) $(LIB_ISL) diff --git a/configure.ac b/configure.ac index 1e87fd9..ee1c552 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,10 @@ -AC_INIT([pet], [0.00], [isl-development@googlegroups.com]) +AC_INIT([pet], [0.01], [isl-development@googlegroups.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) +AC_SUBST(versioninfo) +versioninfo=1:0:0 AC_PROG_CC AC_PROG_CXX -- 2.11.4.GIT