Skip to content

Commit

Permalink
Version bump, go ahead and change email to a more general one.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstrickl committed Oct 16, 2015
1 parent 0141d5e commit dccbc20
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changelog
@@ -1,3 +1,7 @@
v1.15 - 16 October 2015
- Merging in pull requests from Github by Thomas Ross and Shea Polansky
to fix formatting and various issues in the build process/program.

v1.14 - 18 December 2012
- Stéphane changed the error handling from following stdlib conventions to
BSD (sysexits.h) conventions.
Expand Down
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -52,7 +52,7 @@ static void print_usage(int exitval) {
*/
static void print_version() {
printf("rolldice, v%d.%d\n", MAJOR_VERSION, MINOR_VERSION);
printf("Written by Stevie Strickland (sstrickl@ccs.neu.edu)\n");
printf("Written by Stevie Strickland (sstrickl@gmail.com)\n");
exit(EX_OK);
}

Expand Down
4 changes: 2 additions & 2 deletions rolldice.6.src
@@ -1,7 +1,7 @@
.\" Man file for rolldice(6) - v__VERSION__ - 18 Dec 2012
.\" Man file for rolldice(6) - v__VERSION__ - 16 Oct 2015
.\" (c) Stevie Strickland, 1999-2012
.\"
.TH ROLLDICE 6 "18 Dec 2012" Linux
.TH ROLLDICE 6 "16 Oct 2015" Linux
.SH NAME
rolldice \- rolls virtual dice
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions version.h
@@ -1,10 +1,10 @@
/*
* version.c - 18 December 2012
* version.c - 16 October 2015
*
* This program has been placed under the GPL. Any bugfixes or enhancements
* will be greatly appreciated :)
*/

/* The version number :) */
static const int MAJOR_VERSION = 1;
static const int MINOR_VERSION = 14;
static const int MINOR_VERSION = 15;

0 comments on commit dccbc20

Please sign in to comment.