Skip to content

Commit b779934

Browse files
author
Juri Lelli
committed
configure: bump version to 1.0 and update copyright
It is time we bump version to 1.0 (as major development happened and lot of new features got merged). Also update Copyright information to reflect current maintainers. Signed-off-by: Juri Lelli <juri.lelli@arm.com>
1 parent fdd91ac commit b779934

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

configure.ac

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
AC_INIT([rt-app], [0.2_alpha2], [g.bagnoli@asidev.com])
2-
AC_COPYRIGHT([Copyright (C) 2009 Giacomo Bagnoli <g.bagnoli@asidev.com])
1+
AC_INIT([rt-app], [1.0], [juri.lelli@arm.com, vincent.guittot@linaro.org])
2+
AC_COPYRIGHT([Copyright (C) 2009 Giacomo Bagnoli <g.bagnoli@asidev.com>
3+
Copyright (C) 2016 Juri Lelli <juri.lelli@arm.com>
4+
Copyright (C) 2016 Vincent Guittot <vincent.guittot@linaro.org>])
35
AC_CONFIG_AUX_DIR([build-aux])
46
AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2])
57
m4_pattern_allow([AM_PROG_AR])

0 commit comments

Comments
 (0)