Skip to content

Commit

Permalink
Bump version to v0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sabalausky authored and Nick Sabalausky committed Feb 28, 2013
1 parent 5fa8b0e commit a3924fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sdlang.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Written in the D programming language.

/++
SDLang-D v0.8: Library for parsing SDL (Simple Declarative Language).
SDLang-D v0.8.1: Library for parsing SDL (Simple Declarative Language).
Import this module to use SDLang-D as a library.
Expand Down
2 changes: 1 addition & 1 deletion src/sdlang_/util.d
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import std.string;

import sdlang_.token;

enum sdlangVersion = "0.8";
enum sdlangVersion = "0.8.1";

alias immutable(ubyte)[] ByteString;

Expand Down

0 comments on commit a3924fa

Please sign in to comment.