Merge lp://staging/~sinzui/juju-core/inc-1.19.4 into lp://staging/~go-bot/juju-core/trunk
Proposed by
Curtis Hovey
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Curtis Hovey | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 2820 | ||||
Proposed branch: | lp://staging/~sinzui/juju-core/inc-1.19.4 | ||||
Merge into: | lp://staging/~go-bot/juju-core/trunk | ||||
Diff against target: |
29 lines (+3/-3) 2 files modified
scripts/win-installer/setup.iss (+1/-1) version/version.go (+2/-2) |
||||
To merge this branch: | bzr merge lp://staging/~sinzui/juju-core/inc-1.19.4 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Juju Engineering | Pending | ||
Review via email: mp+221570@code.staging.launchpad.net |
Commit message
Increment juju devel to 1.19.4.
Increment juju devel version and win installer to 1.19.4.
Description of the change
Increment juju devel to 1.19.4.
Increment juju devel version and win installer to 1.19.4.
To post a comment you must log in.
Reviewers: mp+221570_ code.launchpad. net,
Message:
Please take a look.
Description:
Increment juju devel to 1.19.4.
Increment juju devel version and win installer to 1.19.4.
https:/ /code.launchpad .net/~sinzui/ juju-core/ inc-1.19. 4/+merge/ 221570
(do not edit description out of merge proposal)
Please review this at https:/ /codereview. appspot. com/100880046/
Affected files (+4, -2 lines): win-installer/ setup.iss
A [revision details]
M scripts/
M version/version.go
Index: [revision details] 20140530163551- b1m9k0br0iaxwqi m
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: tarmac-
+New revision: <email address hidden>
Index: version/version.go version. go'
=== modified file 'version/
--- version/version.go 2014-05-28 04:32:02 +0000
+++ version/version.go 2014-05-30 17:17:02 +0000
@@ -24,7 +24,7 @@
// The presence and format of this constant is very important.
// The debian/rules build recipe uses this value for the version
// number of the release package.
-const version = "1.19.3"
+const version = "1.19.4"
// The version that we switched over from old style numbering to new style.
var switchOverVersion = MustParse("1.19.3")
Index: scripts/ win-installer/ setup.iss win-installer/ setup.iss' win-installer/ setup.iss 2014-05-28 04:32:02 +0000 win-installer/ setup.iss 2014-05-30 17:17:02 +0000
=== modified file 'scripts/
--- scripts/
+++ scripts/
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Juju" juju.ubuntu. com/"
-#define MyAppVersion "1.19.3"
+#define MyAppVersion "1.19.4"
#define MyAppPublisher "Canonical, Ltd"
#define MyAppURL "http://
#define MyAppExeName "juju.exe"