Skip to content

Commit

Permalink
Revert "CBLT-179: set Version constants to tokens (instantiated by bu…
Browse files Browse the repository at this point in the history
…ild process)"

This reverts commit 1b86eeb.
  • Loading branch information
snej committed Apr 17, 2014
1 parent 6ba1130 commit d099449
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/github.com/couchbaselabs/sync_gateway/rest/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 ("/")
Expand Down

0 comments on commit d099449

Please sign in to comment.