aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-06-04 22:34:31 +0200
committerStapleButter <thetotalworm@gmail.com>2017-06-04 22:34:31 +0200
commitfb1eb43fb4a4e4f8ea16eac8df981bcb3422a6b5 (patch)
treec13e8cbd1817f47bb656719bd4975aac7369abd9 /src/version.h
parentc2fa561e403c755291ce9d70d3fdb6644de2d34c (diff)
* bump version number
* implement 32bit reads to keypad registers * also implement RCNT more properly
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index d8a26d2..7d6b68c 100644
--- a/src/version.h
+++ b/src/version.h
@@ -19,7 +19,7 @@
#ifndef VERSION_H
#define VERSION_H
-#define MELONDS_VERSION "0.3"
+#define MELONDS_VERSION "0.4"
#define MELONDS_URL "http://melonds.kuribo64.net/"