Skip to content

Commit

Permalink
Release Xsnmp 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Jasny <[email protected]>
  • Loading branch information
gjasny committed Sep 17, 2013
1 parent cfae53f commit 351a775
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Xsnmp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 300706;
CURRENT_PROJECT_VERSION = 300707;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -586,7 +586,7 @@
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 300706;
CURRENT_PROJECT_VERSION = 300707;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-

AC_PREREQ(2.59)
AC_INIT([xsnmp], [1.2.0-beta1])
AC_INIT([xsnmp], [1.2.1])

AC_CONFIG_AUX_DIR([build-aux])

Expand Down
4 changes: 2 additions & 2 deletions prefpane/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>300706</string>
<string>300707</string>
<key>NSMainNibFile</key>
<string>XsnmpPrefPanePref</string>
<key>NSPrefPaneIconFile</key>
Expand Down

0 comments on commit 351a775

Please sign in to comment.