summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2015-02-23 12:04:39 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2015-02-23 12:04:39 +0300
commit8fa0fe16408afc76ce1ae4387e1a9d46893cfda6 (patch)
tree458ba50ee62db4475526d468332ad7ae393bed76
parent3db63b96ecf79344b9c2618616e4be7c99720a18 (diff)
downloadnasm-8fa0fe16408afc76ce1ae4387e1a9d46893cfda6.tar.gz
version: Fix the tag
While been preparing release I managed to write non-number sequence into @version, which might cause build problems. Lets fix it here and if a moment happens -- release 2.11.09. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--version2
1 files changed, 1 insertions, 1 deletions
diff --git a/version b/version
index 59cfebff..1ebb90fb 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-nasm-2.11.08
+2.11.08