diff options
| -rw-r--r-- | org/spine.org | 2 | ||||
| -rw-r--r-- | views/version.txt | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/org/spine.org b/org/spine.org index b08be4f..9704dec 100644 --- a/org/spine.org +++ b/org/spine.org @@ -28,7 +28,7 @@ struct Version {    int minor;    int patch;  } -enum _ver = Version(0, 9, 0); +enum _ver = Version(0, 9, 1);  #+END_SRC  ** compilation restrictions (supported compilers) diff --git a/views/version.txt b/views/version.txt index 9786c0b..e4ae0d6 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version {    int minor;    int patch;  } -enum _ver = Version(0, 9, 0); +enum _ver = Version(0, 9, 1);  version (Posix) {    version (DigitalMars) {    } else version (LDC) { | 
