From d0994499f9650e464c5ed2a2fb4f5a523d8f0748 Mon Sep 17 00:00:00 2001 From: Jens Alfke Date: Thu, 17 Apr 2014 13:19:28 -0700 Subject: [PATCH] Revert "CBLT-179: set Version constants to tokens (instantiated by build process)" This reverts commit 1b86eebeb7805213b566007197776362c4d768a0. --- src/github.com/couchbaselabs/sync_gateway/rest/api.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/github.com/couchbaselabs/sync_gateway/rest/api.go b/src/github.com/couchbaselabs/sync_gateway/rest/api.go index 28539f05f2..4264555348 100644 --- a/src/github.com/couchbaselabs/sync_gateway/rest/api.go +++ b/src/github.com/couchbaselabs/sync_gateway/rest/api.go @@ -25,8 +25,7 @@ import ( ) const ServerName = "Couchbase Sync Gateway" -const VersionNumberString = "@PRODUCT_VERSION@" -const VersionCommitSHA = "@COMMIT_SHA@" +const VersionNumberString = "1.0" const VersionString = ServerName + "/" + VersionNumberString // HTTP handler for the root ("/")