~ville-t-korhonen/tce/tce

« back to all changes in this revision

Viewing changes to tce/configure.ac

  • Committer: Pekka Jääskeläinen
  • Date: 2015-08-25 15:10:24 UTC
  • mfrom: (2265.1.1 1.12)
  • Revision ID: pekka.jaaskelainen@tut.fi-20150825151024-wgsyc88jeq14921m
Start the 1.13 development.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
# Mandatory macro. Set the name of the package and the version number.
5
5
# Email address is for bug reporting. 
6
 
AC_INIT([tce],[1.12-pre],[tce-users@cs.tut.fi])
 
6
AC_INIT([tce],[1.13-pre],[tce-users@cs.tut.fi])
7
7
 
8
8
# Get the current revision number so we can print it out in
9
9
# tce-config --version
20
20
# TCE 1.6 = 6:0:0
21
21
# TCE 1.7 = 7:0:0
22
22
# TCE 1.8 = 8:0:0
23
 
# TCE 1.9 = 9:0:0 
 
23
# TCE 1.9 = 9:0:0
24
24
# TCE 1.10 = 10:0:0
25
25
# TCE 1.11 = 11:0:0
26
26
# TCE 1.12 = 12:0:0
27
 
AC_SUBST([LIB_VERSION], ["12:0:0"])
 
27
# TCE 1.13 = 13:0:0
 
28
AC_SUBST([LIB_VERSION], ["13:0:0"])
28
29
 
29
30
# This indicates a unique source code file. This is a safety check
30
31
# which ensures that source code directory is really source code