$FreeBSD$

Add year designation to 8829 solver for consistency.

--- src/Makefile.unix.orig	2012-11-25 22:34:38.000000000 -0700
+++ src/Makefile.unix	2013-04-08 09:39:31.000000000 -0600
@@ -28,7 +28,7 @@
      ../bin/taxsolve_NY_IT201_2012 \
      ../bin/taxsolve_MA_1_2012 \
      ../bin/taxsolve_CA_540_2012 \
-     ../bin/taxsolve_US_8829
+     ../bin/taxsolve_US_8829_2012
 
 
 ../bin/taxsolve_US_1040_2012:         taxsolve_US_1040_2012.c          taxsolve_routines.c
@@ -63,8 +63,8 @@
 ../bin/taxsolve_MA_1_2012:            taxsolve_MA_1_2012.c             taxsolve_routines.c
 	$(CC) $(CFLAGS) $(COPTIM) -o  ../bin/taxsolve_MA_1_2012            taxsolve_MA_1_2012.c             $(SRCS) $(LIBS)
 
-../bin/taxsolve_US_8829:	      taxsolve_US_8829.c               taxsolve_routines.c
-	$(CC) $(CFLAGS) $(COPTIM) -o  ../bin/taxsolve_US_8829		   taxsolve_US_8829.c              $(SRCS) $(LIBS)
+../bin/taxsolve_US_8829_2012:	      taxsolve_US_8829.c               taxsolve_routines.c
+	$(CC) $(CFLAGS) $(COPTIM) -o  ../bin/taxsolve_US_8829_2012		   taxsolve_US_8829.c              $(SRCS) $(LIBS)
 
 
 clean:
--- src/GUI/ots_gui.c.orig	2013-04-07 19:40:57.000000000 -0600
+++ src/GUI/ots_gui.c	2013-04-08 09:44:22.000000000 -0600
@@ -1279,7 +1279,7 @@
 	 "taxsolve_PA_40_2012",			/* 8 */
 	 "taxsolve_VA_760_2012",		/* 9 */
 	 "Other",				/* 10 */
-	 "taxsolve_US_8829"			/* 11 */
+	 "taxsolve_US_8829_2012"			/* 11 */
 	};
 

