From e4bd9828280d346e752bc4d778f5bbfd56316d8e Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Sun, 22 Feb 2015 13:10:55 -0500 Subject: [PATCH] Prepare for release. --- COPYING | 2 +- as/parser.y | 2 +- as/scanner.l | 2 +- configure.ac | 2 +- lmc.nsi | 2 +- man/lmas.1 | 4 ++-- man/lmvm.1 | 4 ++-- vm/lmvm.c | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/COPYING b/COPYING index 4a06f31..ce397b5 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2013, 2014 Thomas Cort +Copyright (c) 2013, 2014, 2015 Thomas Cort Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/as/parser.y b/as/parser.y index 8b1c77c..3d115cb 100644 --- a/as/parser.y +++ b/as/parser.y @@ -1,7 +1,7 @@ %{ /* - * Copyright (c) 2013, 2014 Thomas Cort + * Copyright (c) 2013, 2014, 2015 Thomas Cort * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/as/scanner.l b/as/scanner.l index 16ff6e6..489dcd8 100644 --- a/as/scanner.l +++ b/as/scanner.l @@ -1,7 +1,7 @@ %{ /* - * Copyright (c) 2013, 2014 Thomas Cort + * Copyright (c) 2013, 2014, 2015 Thomas Cort * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/configure.ac b/configure.ac index fca94bb..dd6e731 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([lmc], [2.0], [linuxgeek@gmail.com]) +AC_INIT([lmc], [2.0.1], [linuxgeek@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_SILENT_RULES([yes]) diff --git a/lmc.nsi b/lmc.nsi index 3de6b37..9fd20ea 100644 --- a/lmc.nsi +++ b/lmc.nsi @@ -1,5 +1,5 @@ Name "Little Man Computer" -OutFile "lmc-2.0-installer.exe" +OutFile "lmc-2.0.1-installer.exe" InstallDir $PROGRAMFILES\lmc DirText "This will install the Little Man Computer virtual machine and assembler on your computer. Choose a directory..." diff --git a/man/lmas.1 b/man/lmas.1 index 1188a5f..f51afac 100644 --- a/man/lmas.1 +++ b/man/lmas.1 @@ -1,6 +1,6 @@ -.TH LMC "1" "May 2014" "lmc 2.0" "User Commands" +.TH LMC "1" "February 2015" "lmc 2.0.1" "User Commands" .SH NAME -lmc \- manual page for lmc 2.0 +lmc \- manual page for lmc 2.0.1 .SH SYNOPSIS .B lmas [\fIOPTION\fR] [\fIfilename\fR] diff --git a/man/lmvm.1 b/man/lmvm.1 index 8ac4699..d2b79b4 100644 --- a/man/lmvm.1 +++ b/man/lmvm.1 @@ -1,6 +1,6 @@ -.TH LMC "1" "May 2014" "lmc 2.0" "User Commands" +.TH LMC "1" "February 2015" "lmc 2.0.1" "User Commands" .SH NAME -lmc \- manual page for lmc 2.0 +lmc \- manual page for lmc 2.0.1 .SH SYNOPSIS .B lmvm [\fIOPTION\fR] [\fIfilename\fR] diff --git a/vm/lmvm.c b/vm/lmvm.c index 06595a7..1442ffe 100644 --- a/vm/lmvm.c +++ b/vm/lmvm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2014 Thomas Cort + * Copyright (c) 2013, 2014, 2015 Thomas Cort * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above