changeset 3:47dd986a534e

version no fix
author marton@basel.hu
date Tue, 05 Apr 2011 20:56:40 +0200
parents 54824ff2fe5f
children a5fb1bc967e6
files bin/ddbg.exe src/debugger.d
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file bin/ddbg.exe has changed
--- a/src/debugger.d	Tue Apr 05 20:48:30 2011 +0200
+++ b/src/debugger.d	Tue Apr 05 20:56:40 2011 +0200
@@ -33,8 +33,8 @@
 import cli.userinterface;
 
 const uint      VERSION_MAJOR = 0,
-                VERSION_MINOR = 12,
-                VERSION_PATCH = 0;
+                VERSION_MINOR = 13,
+                VERSION_PATCH = 1;
 const string	VERSION_STRING =    "Ddbg "~itoa(VERSION_MAJOR)~"."~itoa(VERSION_MINOR)
                                     ~(VERSION_PATCH>0?"."~itoa(VERSION_PATCH):"")~" beta",
                 WELCOME_STRING =	VERSION_STRING~" - D Debugger\n"~