From ad138efca76f57e71cc06805dafbdb919fea83bb Mon Sep 17 00:00:00 2001 From: Mikhail Yakshin Date: Wed, 9 Nov 2016 20:19:59 +0300 Subject: [PATCH] Pumped version and list of supported languages --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5650f3476..35b04e05f 100644 --- a/build.sbt +++ b/build.sbt @@ -3,8 +3,8 @@ import sbt.Keys._ resolvers += Resolver.sonatypeRepo("public") -val VERSION = "0.5-SNAPSHOT" -val TARGET_LANGS = "C++/STL, C#, Java, JavaScript, Python, Ruby" +val VERSION = "0.5" +val TARGET_LANGS = "C++/STL, C#, Java, JavaScript, Perl, PHP, Python, Ruby" lazy val root = project.in(file(".")). aggregate(compilerJS, compilerJVM).