Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
Increment to 4.3.5
  • Loading branch information
mfeber committed Jul 13, 2021
1 parent 56733c8 commit 54036a5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Emacs+/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-name: com.mulgasoft.emacsplus
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: com.mulgasoft.emacsplus;singleton:=true
Bundle-Version: 4.3.4
Bundle-Version: 4.3.5
Bundle-Vendor: %Bundle-Vendor.0
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.0",
org.eclipse.ui;bundle-version="3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion Emacs+/about.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
about_text=Emacs+\n\
\n\
(c) Copyright Mark Feber. 2009, 2014. All rights reserved.\n\
(c) Copyright Mark Feber. 2009, 2021. All rights reserved.\n\
Visit http://www.mulgasoft.com/emacsplus\n\
\n\
This offering is powered by Eclipse technology and includes\n\
Expand Down
2 changes: 2 additions & 0 deletions Emacs+/src/com/mulgasoft/emacsplus/EmacsPlus.properties
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ VISIBLE_BELL_DOC=If true, flash the editor frame to represent a bell

# String to display on C-h n
EmacsPlusChanges =Emacs+ history of user visible changes:\n\
4.3.5:\n\
- Fix issue 32/34\n\
4.3.4:\n\
- Correct semantics of recenter (C-L) when called with C-U [arg]\n\
- Add scroll-margin\n\
Expand Down
3 changes: 1 addition & 2 deletions Emacs+/src/com/mulgasoft/emacsplus/ModeLineFlasher.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2009-2020 Mark Feber, MulgaSoft
* Copyright (c) 2009-2021 Mark Feber, MulgaSoft
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand All @@ -17,7 +17,6 @@
import org.eclipse.swt.custom.CLabel;
import org.eclipse.swt.graphics.Color;
import org.eclipse.swt.graphics.GC;
import org.eclipse.swt.graphics.RGB;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Label;
Expand Down
3 changes: 1 addition & 2 deletions Emacs+/src/com/mulgasoft/emacsplus/preferences/PrefVars.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2009-2020 Mark Feber, MulgaSoft
* Copyright (c) 2009-2021 Mark Feber, MulgaSoft
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -31,7 +31,6 @@
import com.mulgasoft.emacsplus.Beeper;
import com.mulgasoft.emacsplus.EmacsPlusActivator;
import com.mulgasoft.emacsplus.ModeLineFlasher;
import com.mulgasoft.emacsplus.ScreenFlasher;

/**
* Define selected internal/preference variables in an enum
Expand Down
4 changes: 2 additions & 2 deletions Emacs+Feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.mulgasoft.emacsplus.feature"
label="Emacs+"
version="4.3.4"
version="4.3.5"
provider-name="MulgaSoft"
plugin="com.mulgasoft.emacsplus">

Expand Down Expand Up @@ -59,7 +59,7 @@ have changed radically
</description>

<copyright url="http://www.mulgasoft.com/emacs-plug-in-license">
Copyright (c) 2009-2014 Mark Feber All rights reserved.
Copyright (c) 2009-2021 Mark Feber All rights reserved.
</copyright>

<license url="http://www.mulgasoft.com/emacsplus/mpl-v-1-0">
Expand Down
2 changes: 1 addition & 1 deletion Emacs+Update/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature url="features/com.mulgasoft.emacsplus.maccmd.optional.features_4.3.2.jar" id="com.mulgasoft.emacsplus.maccmd.optional.features" version="4.3.2" os="macosx">
<category name="Emacs+"/>
</feature>
<feature url="features/com.mulgasoft.emacsplus.feature_4.3.4.jar" id="com.mulgasoft.emacsplus.feature" version="4.3.4">
<feature url="features/com.mulgasoft.emacsplus.feature_4.3.5.jar" id="com.mulgasoft.emacsplus.feature" version="4.3.5">
<category name="Emacs+"/>
</feature>
<category-def name="Emacs+" label="Emacs+">
Expand Down

0 comments on commit 54036a5

Please sign in to comment.