Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version numbers
  • Loading branch information
Sebastien Bourdeauducq committed Mar 21, 2012
1 parent 1bd8ff0 commit 6856967
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/milkymist-one/rtl/system.v
Expand Up @@ -917,7 +917,7 @@ sysctl #(
.ninputs(7),
.noutputs(2),
.clk_freq(`CLOCK_FREQUENCY),
.systemid(32'h12004D31) /* 1.2.0 final (0) on M1 */
.systemid(32'h13004D31) /* 1.3.0 final (0) on M1 */
) sysctl (
.sys_clk(sys_clk),
.sys_rst(sys_rst),
Expand Down
2 changes: 1 addition & 1 deletion software/include/base/version.h
@@ -1,6 +1,6 @@
#ifndef __VERSION_H
#define __VERSION_H

#define VERSION "1.2"
#define VERSION "1.3"

#endif /* __VERSION_H */
2 changes: 1 addition & 1 deletion tools/flterm.c
Expand Up @@ -645,7 +645,7 @@ static const struct option options[] = {

static void print_usage()
{
fprintf(stderr, "Serial boot program for Milkymist SoC - v. 2.2\n");
fprintf(stderr, "Serial boot program for Milkymist SoC - v. 2.3\n");
fprintf(stderr, "Copyright (C) 2007, 2008, 2009, 2010, 2011 Sebastien Bourdeauducq\n");
fprintf(stderr, "Copyright (C) 2011 Michael Walle\n");
fprintf(stderr, "Copyright (C) 2004 MontaVista Software, Inc\n\n");
Expand Down

0 comments on commit 6856967

Please sign in to comment.