Code review comment for lp://staging/~sinzui/juju-core/inc-1.16.4

Revision history for this message
Curtis Hovey (sinzui) wrote :

Reviewers: mp+195286_code.launchpad.net,

Message:
Please take a look.

Description:
Increment juju to 1.16.4.

Update version and win installer to 1.16.4.

https://code.launchpad.net/~sinzui/juju-core/inc-1.16.4/+merge/195286

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/24280044/

Affected files (+4, -2 lines):
   A [revision details]
   M scripts/win-installer/setup.iss
   M version/version.go

Index: [revision details]
=== 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-20131113165225-ot9urxzjtbs1c5dh
+New revision: <email address hidden>

Index: version/version.go
=== modified file 'version/version.go'
--- version/version.go 2013-11-04 21:31:14 +0000
+++ version/version.go 2013-11-14 18:36:31 +0000
@@ -22,7 +22,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.16.3"
+const version = "1.16.4"

  // Current gives the current version of the system. If the file
  // "FORCE-VERSION" is present in the same directory as the running

Index: scripts/win-installer/setup.iss
=== modified file 'scripts/win-installer/setup.iss'
--- scripts/win-installer/setup.iss 2013-11-04 21:31:14 +0000
+++ scripts/win-installer/setup.iss 2013-11-14 18:36:31 +0000
@@ -2,7 +2,7 @@
  ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

  #define MyAppName "Juju"
-#define MyAppVersion "1.16.3"
+#define MyAppVersion "1.16.4"
  #define MyAppPublisher "Canonical, Ltd"
  #define MyAppURL "http://juju.ubuntu.com/"
  #define MyAppExeName "juju.exe"

« Back to merge proposal