Skip to content

Commit

Permalink
Release beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarana committed May 31, 2019
1 parent d94332e commit fa84273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Requirements:
Procedure:

```
wget https://github.com/NICMx/libcmscodec/releases/download/beta1/libcmscodec-beta1.tar.gz
tar xvzf libcmscodec-beta1.tar.gz
wget https://github.com/NICMx/libcmscodec/releases/download/beta2/libcmscodec-beta2.tar.gz
tar xvzf libcmscodec-beta2.tar.gz
cd libcmscodec*
./configure
make
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ([2.69])
# TODO change the bug report address
AC_INIT([libcmscodec], [beta1], [[email protected]])
AC_INIT([libcmscodec], [beta2], [[email protected]])
AC_CONFIG_SRCDIR([src/libcmscodec/der_encoder.c])
AM_INIT_AUTOMAKE([subdir-objects])

Expand Down

0 comments on commit fa84273

Please sign in to comment.