Skip to content

Commit db1b144

Browse files
committed
issue release 0.0.2
1 parent f5fa1c9 commit db1b144

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ modemu2k ChangeLog
55
* Added quit instructions to start-up screen
66
* auto-generated config.h is now used
77
* man file will now install
8+
* issue v0.0.2 release
89

910

1011
2018-09-05

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2018-09-06
2+
3+
modemu2k version 0.0.2 released.
4+
5+
See the ChangeLog for details
6+
https://github.com/theimpossibleastronaut/modemu2k/blob/master/ChangeLog
7+
18
2018-09-05
29

310
modemu2k fork created

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for modemu2k 0.0.2-dev.
3+
# Generated by GNU Autoconf 2.69 for modemu2k 0.0.2.
44
#
55
# Report bugs to <andy400-dev@yahoo.com>.
66
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='modemu2k'
581581
PACKAGE_TARNAME='modemu2k'
582-
PACKAGE_VERSION='0.0.2-dev'
583-
PACKAGE_STRING='modemu2k 0.0.2-dev'
582+
PACKAGE_VERSION='0.0.2'
583+
PACKAGE_STRING='modemu2k 0.0.2'
584584
PACKAGE_BUGREPORT='andy400-dev@yahoo.com'
585585
PACKAGE_URL='https://github.com/theimpossibleastronaut/modemu2k'
586586

@@ -1239,7 +1239,7 @@ if test "$ac_init_help" = "long"; then
12391239
# Omit some internal or obsolete options to make the list less imposing.
12401240
# This message is too long to be a string in the A/UX 3.1 sh.
12411241
cat <<_ACEOF
1242-
\`configure' configures modemu2k 0.0.2-dev to adapt to many kinds of systems.
1242+
\`configure' configures modemu2k 0.0.2 to adapt to many kinds of systems.
12431243
12441244
Usage: $0 [OPTION]... [VAR=VALUE]...
12451245
@@ -1306,7 +1306,7 @@ fi
13061306

13071307
if test -n "$ac_init_help"; then
13081308
case $ac_init_help in
1309-
short | recursive ) echo "Configuration of modemu2k 0.0.2-dev:";;
1309+
short | recursive ) echo "Configuration of modemu2k 0.0.2:";;
13101310
esac
13111311
cat <<\_ACEOF
13121312
@@ -1400,7 +1400,7 @@ fi
14001400
test -n "$ac_init_help" && exit $ac_status
14011401
if $ac_init_version; then
14021402
cat <<\_ACEOF
1403-
modemu2k configure 0.0.2-dev
1403+
modemu2k configure 0.0.2
14041404
generated by GNU Autoconf 2.69
14051405
14061406
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1455,7 +1455,7 @@ cat >config.log <<_ACEOF
14551455
This file contains any messages produced by compilers while
14561456
running configure, to aid debugging if configure makes a mistake.
14571457
1458-
It was created by modemu2k $as_me 0.0.2-dev, which was
1458+
It was created by modemu2k $as_me 0.0.2, which was
14591459
generated by GNU Autoconf 2.69. Invocation command line was
14601460
14611461
$ $0 $@
@@ -2318,7 +2318,7 @@ fi
23182318
23192319
# Define the identity of the package.
23202320
PACKAGE='modemu2k'
2321-
VERSION='0.0.2-dev'
2321+
VERSION='0.0.2'
23222322
23232323
23242324
cat >>confdefs.h <<_ACEOF
@@ -4018,7 +4018,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40184018
# report actual input values of CONFIG_FILES etc. instead of their
40194019
# values after options handling.
40204020
ac_log="
4021-
This file was extended by modemu2k $as_me 0.0.2-dev, which was
4021+
This file was extended by modemu2k $as_me 0.0.2, which was
40224022
generated by GNU Autoconf 2.69. Invocation command line was
40234023
40244024
CONFIG_FILES = $CONFIG_FILES
@@ -4085,7 +4085,7 @@ _ACEOF
40854085
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40864086
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
40874087
ac_cs_version="\\
4088-
modemu2k config.status 0.0.2-dev
4088+
modemu2k config.status 0.0.2
40894089
configured by $0, generated by GNU Autoconf 2.69,
40904090
with options \\"\$ac_cs_config\\"
40914091

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_INIT([modemu2k],
2-
[0.0.2-dev],
2+
[0.0.2],
33
[andy400-dev@yahoo.com],
44
,
55
[https://github.com/theimpossibleastronaut/modemu2k])
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PRGNAM="modemu2k"
2-
VERSION="0.0.02"
2+
VERSION="0.0.2"
33
HOMEPAGE="https://github.com/theimpossibleastronaut/modemu2k"
44
DOWNLOAD=""
55
MD5SUM=""
66
DOWNLOAD_x86_64=""
7-
MD5SUM_x86_64=""
7+
MD5SUM_x86_64="d19da67da5983b34d8d8dd4d83a2d280"
88
REQUIRES=""
99
MAINTAINER="Andy Alt"
1010
EMAIL="andy400-dev@yahoo.com"

0 commit comments

Comments
 (0)