diff --git a/.gitattributes b/.gitattributes
index 480cfb5528..3f1314dbaa 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5748,7 +5748,7 @@ packager/globallinks/appforms-1.lpl svneol=native#text/plain
packager/globallinks/chmhelppkg-0.1.lpl svneol=native#text/plain
packager/globallinks/cocoa_pkg-0.lpl svneol=native#text/plain
packager/globallinks/codetools-1.0.1.lpl svneol=native#text/plain
-packager/globallinks/cody-1.0.1.lpl svneol=native#text/plain
+packager/globallinks/cody-1.1.lpl svneol=native#text/plain
packager/globallinks/customdrawn-0.lpl svneol=native#text/plain
packager/globallinks/dbflaz-0.1.1.lpl svneol=native#text/plain
packager/globallinks/designbaseclassdemopkg-0.lpl svneol=native#text/plain
diff --git a/components/codetools/ide/cody.lpk b/components/codetools/ide/cody.lpk
index cc465cfc4f..59763ad7ea 100644
--- a/components/codetools/ide/cody.lpk
+++ b/components/codetools/ide/cody.lpk
@@ -18,6 +18,7 @@
+
diff --git a/components/fppkg/src/lazaruspackagemanager.lpk b/components/fppkg/src/lazaruspackagemanager.lpk
index 3e5e1c8b73..c1baabc394 100644
--- a/components/fppkg/src/lazaruspackagemanager.lpk
+++ b/components/fppkg/src/lazaruspackagemanager.lpk
@@ -21,6 +21,7 @@
+
diff --git a/ideintf/packageintf.pas b/ideintf/packageintf.pas
index 37e1a525a2..15ed485010 100644
--- a/ideintf/packageintf.pas
+++ b/ideintf/packageintf.pas
@@ -586,7 +586,7 @@ begin
if Source is TLazPackageID then
begin
aSource:=TLazPackageID(Source);
- aSource.FVersion.Assign(FVersion);
+ FVersion.Assign(aSource.Version);
Name:=aSource.FName;
UpdateIDAsString;
end else
diff --git a/packager/frames/package_description_options.pas b/packager/frames/package_description_options.pas
index e3623156c9..a3f85ae7ed 100644
--- a/packager/frames/package_description_options.pas
+++ b/packager/frames/package_description_options.pas
@@ -68,7 +68,6 @@ begin
DescriptionMemo.Text := LazPackage.Description;
AuthorEdit.Text := LazPackage.Author;
LicenseMemo.Text := LazPackage.License;
- //debugln(['TPackageDescriptionOptionsFrame.ReadSettings ',lazpa]);
VersionMajorSpinEdit.Value := LazPackage.Version.Major;
VersionMinorSpinEdit.Value := LazPackage.Version.Minor;
VersionReleaseSpinEdit.Value := LazPackage.Version.Release;
diff --git a/packager/globallinks/cody-1.0.1.lpl b/packager/globallinks/cody-1.1.lpl
similarity index 100%
rename from packager/globallinks/cody-1.0.1.lpl
rename to packager/globallinks/cody-1.1.lpl