summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2016-12-26 15:00:55 +0100
committerMichael Peter Christen <mc@yacy.net>2016-12-26 15:00:55 +0100
commitfce701f5cc87809a44e3fd7a036c7b1445334a3a (patch)
tree1767a0dd84403554bc5ed1a8edc30b93cb1abd33
parentc7af94a0c09b9b70f003cfc48aed03c7669daafd (diff)
release 1.92
-rw-r--r--addon/YaCy.app/Contents/Info.plist4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist
index 5f772f193..148c86134 100644
--- a/addon/YaCy.app/Contents/Info.plist
+++ b/addon/YaCy.app/Contents/Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleDisplayName</key>
<string>YaCy</string>
<key>CFBundleShortVersionString</key>
-<string>1.90</string>
+<string>1.92</string>
<key>CFBundleGetInfoString</key>
<string>Peer-to-Peer Search Engine</string>
<key>NSHumanReadableCopyright</key>
@@ -15,7 +15,7 @@
<key>CFBundleIdentifier</key>
<string>net.yacy.yacy</string>
<key>CFBundleVersion</key>
-<string>1.90</string>
+<string>1.92</string>
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>CFBundleExecutable</key>
diff --git a/pom.xml b/pom.xml
index 6229c40a7..a4a02c460 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>net.yacy</groupId>
<artifactId>yacycore</artifactId>
- <version>1.91</version>
+ <version>1.92</version>
<packaging>jar</packaging>
<description>YaCy - a Peer to Peer Web Search Engine</description>
<name>YaCy Search Server</name>