Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 22fbb49

Browse files
Chris HyndmanChris Hyndman
Chris Hyndman
authored and
Chris Hyndman
committed
bump version, update copyright message
1 parent e564645 commit 22fbb49

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

Elixir.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; Elixir.iss - Elixir "Offline" Installer
2-
; Copyright 2014 Chris Hyndman
2+
; Copyright (c) Chris Hyndman
33
;
44
; Licensed under the Apache License, Version 2.0 (the "License");
55
; you may not use this file except in compliance with the License.

ElixirWeb.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; ElixirWeb.iss - Elixir Web Installer
2-
; Copyright 2014 Chris Hyndman
2+
; Copyright (c) Chris Hyndman
33
;
44
; Licensed under the Apache License, Version 2.0 (the "License");
55
; you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
2929

3030
[Setup]
3131
AppName=Elixir
32-
AppVersion=1.02
32+
AppVersion=1.03
3333
OutputBaseFilename=elixir-websetup
3434
SolidCompression=yes
3535

src/elixir_lookup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// elixir_lookup.iss - Functions for finding releases within TElixirRelease arrays and other structures
2-
// Copyright 2014 Chris Hyndman
2+
// Copyright (c) Chris Hyndman
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

src/elixir_release.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// elixir_release.iss - TElixirRelease and related functions
2-
// Copyright 2014 Chris Hyndman
2+
// Copyright (c) Chris Hyndman
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

src/erlang_data.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// erlang_data.iss - TErlangData and related functions
2-
// Copyright 2014 Chris Hyndman
2+
// Copyright (c) Chris Hyndman
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

src/erlang_env.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// erlang_env.iss - Functions relating to Erlang's environment properties
2-
// Copyright 2014 Chris Hyndman
2+
// Copyright (c) Chris Hyndman
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

src/ispp_inspect.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; ispp_inspect.iss - ISPP macros for scripted constants to inspect any arbitrary value
2-
; Copyright 2014 Chris Hyndman
2+
; Copyright (c) Chris Hyndman
33
;
44
; Licensed under the Apache License, Version 2.0 (the "License");
55
; you may not use this file except in compliance with the License.

src/registry.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// registry.iss - Friendlier interface with registry values
2-
// Copyright 2014 Chris Hyndman
2+
// Copyright (c) Chris Hyndman
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

src/unins_previous.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// unins_previous.iss - Functionality to check for previous Elixir installations
2-
// Copyright 2014 Chris Hyndman
2+
// Copyright (c) Chris Hyndman
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

src/util.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// util.iss - Useful helper functions
2-
// Copyright 2014 Chris Hyndman
2+
// Copyright (c) Chris Hyndman
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)