Browse Source

Fix version number in autotools

keep-around/176be6f49d4b5e342919d44a0989db7094af3642
Johan Pascal 5 years ago
parent
commit
fe0b91576f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@ -3,7 +3,7 @@
AC_INIT([bcg729],[1.0.3])
AC_INIT([bcg729],[1.1.0])
AC_CANONICAL_SYSTEM
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([src/encoder.c])


Loading…
Cancel
Save