Skip to content

Commit

Permalink
Update to Java commit 67c0d68 (2014.12.19): prepare releast tools.nam…
Browse files Browse the repository at this point in the history
…espace-0.2.8
  • Loading branch information
dmiller committed Feb 28, 2015
1 parent 5142b8d commit 9ef3c9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.clojure.clr/tools.namespace "0.2.7"
(defproject org.clojure.clr/tools.namespace "0.2.8"
:description "Port of clojure.org/tools.namespace to ClojureCLR"
:url "https://github.com/clojure/clr.tools.namespace"
:license {:name "Eclipse Public License"
Expand Down
6 changes: 3 additions & 3 deletions src/clojure/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("David Miller")]
[assembly: AssemblyProduct("clr.tools.namespace")]
[assembly: AssemblyCopyright("Copyright © David Miller 2014")]
[assembly: AssemblyCopyright("Copyright © David Miller 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.7.0")]
[assembly: AssemblyFileVersion("0.2.7.0")]
[assembly: AssemblyVersion("0.2.8.0")]
[assembly: AssemblyFileVersion("0.2.8.0")]

0 comments on commit 9ef3c9c

Please sign in to comment.