From: Justin Seyster Date: Wed, 13 Apr 2011 00:52:04 +0000 (-0400) Subject: Updates version to v1.1! Huzzah! X-Git-Tag: release-v1.1 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=b0558ed516f34fb6f1d0be420f5048d2261ed32e;p=interaspect.git Updates version to v1.1! Huzzah! --- diff --git a/configure.in b/configure.in index bfe8968..ea1fa4c 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(InterAspect, 0.9.0) +AC_INIT(InterAspect, 1.1.0) AC_CONFIG_SRCDIR([src/aop-main.c]) # Note that we do not generate a config.h because GCC already uses a # config.h that plugins must include. diff --git a/src/Makefile.am b/src/Makefile.am index 134db14..e39b041 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ libinteraspect_la_SOURCES = aop-pc-assign.c aop-main.c aop-type.c aop-weave.c \ aop-duplicate.h aop-dynval.h aop.h aop-header.h aop-pointcut.h \ aop-type.h aop-weave.h tracecut.h libinteraspect_la_CFLAGS = -Wall -Werror -fvisibility=hidden -prefer-pic -libinteraspect_la_LDFLAGS = -static -prefer-pic -version-info 1:0:0 +libinteraspect_la_LDFLAGS = -static -prefer-pic -version-info 1:1:0 libinteraspect_la_CPPFLAGS = -DHAVE_CONFIG_H -DIN_GCC -I$(gcc_includes) # This file needs to be around for Doxygen but does not get compiled