~weboide/utimer/series-0.1.x

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Arnaud Soyez
  • Date: 2008-12-31 19:04:02 UTC
  • Revision ID: weboide@codealpha.net-20081231190402-0shob7r8m15bvm5z
 * Updated Version to: 0.1.3 STABLE
 * Changed README.in accordingly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([utimer], [0.1.2], [bugs@utimer.codealpha.net])
 
1
AC_INIT([utimer], [0.1.3], [bugs@utimer.codealpha.net])
2
2
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
3
3
AC_PROG_CC
4
4
AC_CONFIG_HEADERS([config.h])
31
31
UTIMER_CODENAME='sunrise'
32
32
AC_SUBST(UTIMER_CODENAME)
33
33
 
34
 
UTIMER_STABILITY='*UNSTABLE*'
 
34
UTIMER_STABILITY='STABLE'
35
35
AC_SUBST(UTIMER_STABILITY)
36
36
 
37
37
AC_CONFIG_FILES([Makefile src/Makefile po/Makefile.in README data/Makefile])