Skip to content

Commit fa84273

Browse files
committed
Release beta 2
1 parent d94332e commit fa84273

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Requirements:
1717
Procedure:
1818

1919
```
20-
wget https://github.com/NICMx/libcmscodec/releases/download/beta1/libcmscodec-beta1.tar.gz
21-
tar xvzf libcmscodec-beta1.tar.gz
20+
wget https://github.com/NICMx/libcmscodec/releases/download/beta2/libcmscodec-beta2.tar.gz
21+
tar xvzf libcmscodec-beta2.tar.gz
2222
cd libcmscodec*
2323
./configure
2424
make

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

0 commit comments

Comments
 (0)