Repository: lucy-clownfish
Updated Branches:
  refs/heads/prep_0.4.0 168e87dc1 -> d9f238253


Fix version number glitches.

This commit will be consolidated into another before merging to master.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/70599792
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/70599792
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/70599792

Branch: refs/heads/prep_0.4.0
Commit: 70599792a27a64be3ef4eeb156903947ad560304
Parents: 168e87d
Author: Marvin Humphrey <[email protected]>
Authored: Wed Aug 13 10:12:10 2014 -0700
Committer: Marvin Humphrey <[email protected]>
Committed: Wed Aug 13 10:12:10 2014 -0700

----------------------------------------------------------------------
 compiler/python/setup.py        | 2 +-
 runtime/common/charmonizer.c    | 2 +-
 runtime/common/charmonizer.main | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/70599792/compiler/python/setup.py
----------------------------------------------------------------------
diff --git a/compiler/python/setup.py b/compiler/python/setup.py
index dc809b7..b5d5c10 100644
--- a/compiler/python/setup.py
+++ b/compiler/python/setup.py
@@ -185,7 +185,7 @@ cfc_extension = Extension('clownfish._cfc',
                           sources = c_filepaths)
 
 setup(name = 'clownfish-cfc',
-      version = '0.4.0,
+      version = '0.4.0',
       description = 'Clownfish compiler',
       author = 'Apache Lucy Project',
       author_email = 'dev at lucy dot apache dot org',

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/70599792/runtime/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/runtime/common/charmonizer.c b/runtime/common/charmonizer.c
index 5f70ace..94796a3 100644
--- a/runtime/common/charmonizer.c
+++ b/runtime/common/charmonizer.c
@@ -7094,7 +7094,7 @@ typedef struct SourceFileContext {
 } SourceFileContext;
 
 static const char cfish_version[]       = "0.4.0";
-static const char cfish_major_version[] = "0.4.0";
+static const char cfish_major_version[] = "0.4";
 
 static void
 S_add_compiler_flags(struct chaz_CLIArgs *args) {

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/70599792/runtime/common/charmonizer.main
----------------------------------------------------------------------
diff --git a/runtime/common/charmonizer.main b/runtime/common/charmonizer.main
index 8fb8b97..ef0c05f 100644
--- a/runtime/common/charmonizer.main
+++ b/runtime/common/charmonizer.main
@@ -43,7 +43,7 @@ typedef struct SourceFileContext {
 } SourceFileContext;
 
 static const char cfish_version[]       = "0.4.0";
-static const char cfish_major_version[] = "0.4.0";
+static const char cfish_major_version[] = "0.4";
 
 static void
 S_add_compiler_flags(struct chaz_CLIArgs *args) {

Reply via email to