Skip to content

Commit 6b23bec

Browse files
committed
release v0.04.0
1 parent fe47f94 commit 6b23bec

File tree

7 files changed

+38
-14
lines changed

7 files changed

+38
-14
lines changed

.version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.04.0

ChangeLog

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
1+
2018-08-24
2+
3+
Released version 0.04.0
4+
5+
2018-08-23
6+
7+
Cleaned up the code a little
8+
https://github.com/theimpossibleastronaut/aa-pokerhands/issues/1
9+
https://github.com/theimpossibleastronaut/aa-pokerhands/issues/2
10+
11+
112
2018-08-22
213

314
Added configure and Makefiles
415

516
Split the source code into multiple files
17+
18+
19+
2017-10-23
20+
21+
Uploaded to GitHub
22+
23+
24+
2011
25+
26+
Wrote the first version

NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
2018-08-22
1+
2018-08-24
22

3-
No news yet
3+
Version 0.04.0 released

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ The binary will be built in src/
1616
## Usage
1717
./pokerhands: -n [hands] -s -v
1818

19+
# Downloads
20+
[Releases](https://github.com/theimpossibleastronaut/aa-pokerhands/releases)
21+
1922
## Example Output
2023

2124
```

VERSION

-1
This file was deleted.

configure

+10-10
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 pokerhands 0.04.0-dev.
3+
# Generated by GNU Autoconf 2.69 for pokerhands 0.04.0.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='pokerhands'
581581
PACKAGE_TARNAME='pokerhands'
582-
PACKAGE_VERSION='0.04.0-dev'
583-
PACKAGE_STRING='pokerhands 0.04.0-dev'
582+
PACKAGE_VERSION='0.04.0'
583+
PACKAGE_STRING='pokerhands 0.04.0'
584584
PACKAGE_BUGREPORT='[email protected]'
585585
PACKAGE_URL=''https://github.com/theimpossibleastronaut/aa-pokerhands''
586586

@@ -1235,7 +1235,7 @@ if test "$ac_init_help" = "long"; then
12351235
# Omit some internal or obsolete options to make the list less imposing.
12361236
# This message is too long to be a string in the A/UX 3.1 sh.
12371237
cat <<_ACEOF
1238-
\`configure' configures pokerhands 0.04.0-dev to adapt to many kinds of systems.
1238+
\`configure' configures pokerhands 0.04.0 to adapt to many kinds of systems.
12391239
12401240
Usage: $0 [OPTION]... [VAR=VALUE]...
12411241
@@ -1302,7 +1302,7 @@ fi
13021302

13031303
if test -n "$ac_init_help"; then
13041304
case $ac_init_help in
1305-
short | recursive ) echo "Configuration of pokerhands 0.04.0-dev:";;
1305+
short | recursive ) echo "Configuration of pokerhands 0.04.0:";;
13061306
esac
13071307
cat <<\_ACEOF
13081308
@@ -1393,7 +1393,7 @@ fi
13931393
test -n "$ac_init_help" && exit $ac_status
13941394
if $ac_init_version; then
13951395
cat <<\_ACEOF
1396-
pokerhands configure 0.04.0-dev
1396+
pokerhands configure 0.04.0
13971397
generated by GNU Autoconf 2.69
13981398
13991399
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1448,7 +1448,7 @@ cat >config.log <<_ACEOF
14481448
This file contains any messages produced by compilers while
14491449
running configure, to aid debugging if configure makes a mistake.
14501450
1451-
It was created by pokerhands $as_me 0.04.0-dev, which was
1451+
It was created by pokerhands $as_me 0.04.0, which was
14521452
generated by GNU Autoconf 2.69. Invocation command line was
14531453
14541454
$ $0 $@
@@ -2311,7 +2311,7 @@ fi
23112311
23122312
# Define the identity of the package.
23132313
PACKAGE='pokerhands'
2314-
VERSION='0.04.0-dev'
2314+
VERSION='0.04.0'
23152315
23162316
23172317
cat >>confdefs.h <<_ACEOF
@@ -3980,7 +3980,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
39803980
# report actual input values of CONFIG_FILES etc. instead of their
39813981
# values after options handling.
39823982
ac_log="
3983-
This file was extended by pokerhands $as_me 0.04.0-dev, which was
3983+
This file was extended by pokerhands $as_me 0.04.0, which was
39843984
generated by GNU Autoconf 2.69. Invocation command line was
39853985
39863986
CONFIG_FILES = $CONFIG_FILES
@@ -4047,7 +4047,7 @@ _ACEOF
40474047
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40484048
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
40494049
ac_cs_version="\\
4050-
pokerhands config.status 0.04.0-dev
4050+
pokerhands config.status 0.04.0
40514051
configured by $0, generated by GNU Autoconf 2.69,
40524052
with options \\"\$ac_cs_config\\"
40534053

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([pokerhands], [m4_esyscmd_s([cat ./VERSION])], [[email protected]],
1+
AC_INIT([pokerhands], [m4_esyscmd_s([cat ./.version])], [[email protected]],
22
, ['https://github.com/theimpossibleastronaut/aa-pokerhands'])
33
AM_INIT_AUTOMAKE
44
AC_PREREQ(2.69)

0 commit comments

Comments
 (0)