Updates version to v1.1! Huzzah! master release-v1.1
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 13 Apr 2011 00:52:04 +0000 (20:52 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 1 Aug 2012 01:46:07 +0000 (21:46 -0400)
configure.in
src/Makefile.am

index bfe896874d8f2bcfeef4afb872e43a87f7b48293..ea1fa4c4f462465f84fe23bd82c57fa0c69187e4 100644 (file)
@@ -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.
index 134db1497f384c979af122fa42f48de2d33ee6a0..e39b041fb9dda031510557b0e1e627a0caa5fc02 100644 (file)
@@ -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